Skip to content

Commit ba72d86

Browse files
fix: Correct invalid installation command in README file
1 parent 05c38ae commit ba72d86

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-native-inbox` sdk is a comprehensive and customizable React
99
You can install the react sdk from npm
1010

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

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

2020
## 2. Configuration

0 commit comments

Comments
 (0)