Skip to content

Commit d081194

Browse files
authored
docs: Correct installation command in readme
1 parent 4c5fc91 commit d081194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The `@sirenapp/react-inbox` sdk is a comprehensive and customizable React UI kit
99
You can install the react sdk from npm
1010

1111
```bash
12-
npm @sirenapp/react-inbox
12+
npm install @sirenapp/react-inbox
1313
```
1414
or from yarn
1515

1616
```bash
17-
yarn @sirenapp/react-inbox
17+
yarn add @sirenapp/react-inbox
1818
```
1919

2020
#### Prerequisites

0 commit comments

Comments
 (0)