Skip to content

Commit a56d258

Browse files
authored
🌹 Remove save flag from install command (#31)
`--save` has not been required for at least 5 years. It just saves automatically.
1 parent 4da7ace commit a56d258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A small implementation of `crypto.getRandomValues` for React Native. This is use
55
## Installation
66

77
```sh
8-
npm install --save react-native-get-random-values
8+
npm install react-native-get-random-values
99
npx pod-install
1010
```
1111

0 commit comments

Comments
 (0)