Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4a93106

Browse files
GantMansergey-akhalkov
authored andcommitted
[docs] remove @latest from npm install (#889)
1 parent d132593 commit 4a93106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ As new core components are released, which support referencing assets, we'll upd
9090
Once you've followed the general-purpose ["getting started"](http://codepush.tools/docs/getting-started.html) instructions for setting up your CodePush account, you can start CodePush-ifying your React Native app by running the following command from within your app's root directory:
9191

9292
```shell
93-
npm install --save react-native-code-push@latest
93+
npm install --save react-native-code-push
9494
```
9595

9696
As with all other React Native plugins, the integration experience is different for iOS and Android, so perform the following setup steps depending on which platform(s) you are targeting. Note, if you are targeting both platforms it is recommended to create separate CodePush applications for each platform.

0 commit comments

Comments
 (0)