Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Oct 2, 2024
1 parent 96166b9 commit a56571c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
</p>

<p align="center">
<a href="https://github.com/tjtanjin/react-chatbotify/actions/workflows/lint.yml"> <img src="https://github.com/tjtanjin/react-chatbotify/actions/workflows/lint.yml/badge.svg" /> </a>
<a href="https://github.com/tjtanjin/react-chatbotify/actions/workflows/build.yml"> <img src="https://github.com/tjtanjin/react-chatbotify/actions/workflows/build.yml/badge.svg" /> </a>
<a href="https://github.com/tjtanjin/react-chatbotify/actions/workflows/unit_test.yml"> <img src="https://github.com/tjtanjin/react-chatbotify/actions/workflows/unit_test.yml/badge.svg" /> </a>
<a href="https://github.com/tjtanjin/react-chatbotify/actions/workflows/integration_test.yml"> <img src="https://github.com/tjtanjin/react-chatbotify/actions/workflows/integration_test.yml/badge.svg" /> </a>
<a href="https://github.com/tjtanjin/react-chatbotify/actions/workflows/library_test.yml"> <img src="https://github.com/tjtanjin/react-chatbotify/actions/workflows/library_test.yml/badge.svg" /> </a>
<a href="https://github.com/tjtanjin/react-chatbotify/actions/workflows/ci-cd-pipeline.yml"> <img src="https://github.com/tjtanjin/react-chatbotify/actions/workflows/ci-cd-pipeline.yml/badge.svg" /> </a>
<a href="https://www.npmjs.com/package/react-chatbotify"> <img src="https://img.shields.io/npm/v/react-chatbotify?logo=semver&label=version&color=%2331c854" /> </a>
<a href="https://www.npmjs.com/package/react-chatbotify"> <img src="https://img.shields.io/badge/react-16--19-orange?logo=react&label=react" /> </a>
<a href="https://www.npmjs.com/package/react-chatbotify"> <img src="https://img.shields.io/npm/d18m/react-chatbotify?logo=npm&label=npm%20downloads&color=%232281c2" /> </a>
<a href="https://discord.gg/6R4DK4G5Zh"> <img src="https://img.shields.io/endpoint?url=https://my-api.tjtanjin.com/aggregator/api/v1/get/rcb_discord_member_count&logo=discord&logoColor=ffffff" /> </a>

Expand All @@ -36,6 +33,8 @@ React ChatBotify is an intuitive and versatile chatbot library tailored to strea

React ChatBotify aims to simplify the creation of chatbots by offering a user-friendly experience while accommodating the diverse needs of developers. With its extensive capabilities, you can easily customize and expand your chatbot's functionalities. From basic interactions to sophisticated conversational flows, React ChatBotify empowers you to build chatbots that meet your specific project goals. Head over to our [community showcases](https://github.com/tjtanjin/react-chatbotify/blob/main/SHOWCASES.md) and get inspired to start your own today!

React ChatBotify is currently supported on **React versions 16, 17, 18 and 19**. You may install the library with the following command:

`npm install react-chatbotify --save`

Note that this repository contains the code for the library. If you're looking for the repository for the React ChatBotify user guide, you may look [here](https://github.com/tjtanjin/react-chatbotify-docs).
Expand Down

0 comments on commit a56571c

Please sign in to comment.