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

Commit 4fd36e8

Browse files
committed
Adding "@latest" suffix to install
1 parent 970b365 commit 4fd36e8

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
@@ -75,7 +75,7 @@ As new core components are released, which support referencing assets, we'll upd
7575
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:
7676

7777
```shell
78-
npm install --save react-native-code-push
78+
npm install --save react-native-code-push@latest
7979
```
8080

8181
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 targetting.

0 commit comments

Comments
 (0)