Skip to content

Commit

Permalink
docs: Update NPM package links and badges in README
Browse files Browse the repository at this point in the history
The commit updates the NPM package links and badges in the README file. The previous links and badges were associated with the 'colore' package, but these have now been updated to 'colore-js.' This change ensures accuracy and maintains consistency throughout the documentation.
  • Loading branch information
mallikcheripally committed Jun 16, 2024
1 parent e13aab0 commit 6ecaf9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<br />

<div align="center">
<a href="https://www.npmjs.com/package/colore">
<img alt="npm" src="https://img.shields.io/npm/v/colore.svg?labelColor=555be7&color=8c41e9" />
<a href="https://www.npmjs.com/package/colore-js">
<img alt="npm" src="https://img.shields.io/npm/v/colore-js.svg?labelColor=555be7&color=8c41e9" />
</a>
<a href="https://github.com/mallikcheripally/colore/actions">
<img alt="build" src="https://img.shields.io/github/actions/workflow/status/mallikcheripally/colore/build.yml?labelColor=555be7&color=8c41e9" />
</a>
<a href="https://github.com/mallikcheripally/colore/blob/main/LICENSE">
<img alt="build" src="https://img.shields.io/npm/l/colore.svg?labelColor=555be7&color=8c41e9" />
<img alt="build" src="https://img.shields.io/npm/l/colore-js.svg?labelColor=555be7&color=8c41e9" />
</a>
<a href="https://www.npmjs.com/package/colore">
<img alt="downloads" src="https://img.shields.io/npm/dm/colore.svg?labelColor=555be7&color=8c41e9" />
<a href="https://www.npmjs.com/package/colore-js">
<img alt="downloads" src="https://img.shields.io/npm/dm/colore-js.svg?labelColor=555be7&color=8c41e9" />
</a>
<a href="https://github.com/prettier/prettier">
<img alt="prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?labelColor=555be7&color=8c41e9" />
Expand Down

0 comments on commit 6ecaf9f

Please sign in to comment.