Skip to content

Commit 8f7ec36

Browse files
update readme
1 parent 451296b commit 8f7ec36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
> Bundled CSS for Stream Chat SDKs
44
5-
[![NPM](https://img.shields.io/npm/v/stream-chat-css.svg)](https://www.npmjs.com/package/stream-chat-css)
5+
[![NPM](https://img.shields.io/npm/v/@stream-io/stream-chat-css.svg)](https://www.npmjs.com/package/@stream-io/stream-chat-css)
66

77
## Install
88

99
```bash
1010
# with npm
11-
npm install --save stream-chat-css
11+
npm install --save @stream-io/stream-chat-css
1212
# with yarn
13-
yarn add stream-chat-css
13+
yarn add @stream-io/stream-chat-css
1414
```
1515

1616
## Usage
1717

1818
This repository comes as a dependency of `stream-chat-react` and doesn't require explicit installation if you're using the component library. Add the styles to your app by importing the bundled CSS:
1919

2020
```tsx
21-
import 'stream-chat-css/dist/css/index.css';
21+
import '@stream-io/stream-chat-css/dist/css/index.css';
2222
```
2323

2424
## License

0 commit comments

Comments
 (0)