Skip to content

Commit

Permalink
feat: Add documentation button to README
Browse files Browse the repository at this point in the history
A new display button has been added to the API Reference section of the README file. This button directs users to comprehensive documentation, enhancing their ease of finding and accessing crucial information.
  • Loading branch information
mallikcheripally committed Jun 19, 2024
1 parent 4096372 commit 2e9f6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ console.log(rgb); // Output: rgb(255, 255, 255)
## API Reference
Visit our [Docs](https://colore.mallikcheripally.com) for comprehensive documentation.

<a href="https://colore.mallikcheripally.com" style="display: inline-block; padding: 10px 20px; font-size: 16px; color: white; background-color: #555be7; text-align: center; text-decoration: none; border-radius: 5px;">View Documentation</a>


## Contributing
We welcome contributions from the community to make Colore better. If you find any issues or have suggestions for improvements, feel free to contribute or open an issue on our [GitHub Repository](https://github.com/mallikcheripally/colore-js).

Expand Down

0 comments on commit 2e9f6ad

Please sign in to comment.