diff --git a/website/docs/Installation.md b/website/docs/Installation.md index 35dd377a..207a76cb 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -8,11 +8,13 @@ sidebar_label: Installation ### Get library +With npm: ```bash -# with npm npm install @react-native-async-storage/async-storage +``` -# with yarn +With Yarn: +```bash yarn add @react-native-async-storage/async-storage ```