Skip to content

Commit

Permalink
docs: minor grammatical edits (#114) [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiels authored Aug 22, 2023
1 parent 170191a commit 774b221
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[![Actions Status](https://github.com/chatscope/chat-ui-kit-react/workflows/build/badge.svg)](https://github.com/chatscope/chat-ui-kit-react/actions) [![npm version](https://img.shields.io/npm/v/@chatscope/chat-ui-kit-react.svg?style=flat)](https://npmjs.com/@chatscope/chat-ui-kit-react) [![](https://img.shields.io/npm/l/@chatscope/chat-ui-kit-react?dummy=unused)](https://github.com/chatscope/chat-ui-kit-react/blob/master/LICENSE) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://chatscope.io/storybook/react/)

Build your own chat UI with React components in few minutes.
Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Build your own chat UI with React components in a few minutes.
The Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.

Tired of struggling with sticky scrollbars, contenteditable, responsiveness, css hacks...?
Tired of struggling with sticky scrollbars, contenteditable, responsiveness, css hacks?
This kit is for you! [See all features](https://chatscope.io/features).

**Chat UI Kit makes chat UI development at warp speed**
**Chat UI Kit brings you chat UI development at warp speed** 🚀

## Demo

Expand All @@ -20,29 +20,29 @@ Demos index: [https://chatscope.io/demo](https://chatscope.io/demo/).

## Install

**Component library**.
**Component library**

Using yarn.
Using yarn:

```sh
yarn add @chatscope/chat-ui-kit-react
```

Using npm.
Using npm:

```sh
npm install @chatscope/chat-ui-kit-react
```

**Styles**.
**Styles**

Using yarn.
Using yarn:

```sh
yarn add @chatscope/chat-ui-kit-styles
```

Using npm.
Using npm:

```sh
npm install @chatscope/chat-ui-kit-styles
Expand Down Expand Up @@ -101,7 +101,7 @@ Check it out and see how easy you can do the chat logic yourself.

## Show your support

Now if you made your awesome chat UI and you love this library, please ⭐ this repository!
If you've made an awesome chat UI and you love this library, please ⭐ this repository!

## Community and support

Expand Down

0 comments on commit 774b221

Please sign in to comment.