Skip to content

Commit c7f61aa

Browse files
authored
docs: Update to Installation Page (#549)
1 parent 078d228 commit c7f61aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/docs/Installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ sidebar_label: Installation
88

99
### Get library
1010

11+
With npm:
1112
```bash
12-
# with npm
1313
npm install @react-native-async-storage/async-storage
14+
```
1415

15-
# with yarn
16+
With Yarn:
17+
```bash
1618
yarn add @react-native-async-storage/async-storage
1719
```
1820

0 commit comments

Comments
 (0)