diff --git a/docs/Upgrading.md b/docs/Upgrading.md index f1989d37d..a55bb320c 100644 --- a/docs/Upgrading.md +++ b/docs/Upgrading.md @@ -20,10 +20,10 @@ Note the latest version of the `react-native` npm package from here (or use `npm * https://www.npmjs.com/package/react-native -Now install that version of `react-native` in your project with `npm install --save`. For example, to upgrade to the version `0.26`, in a terminal run: +Now install that version of `react-native` in your project with `npm install --save`. For example, to upgrade to the version `0.31`, in a terminal run: ```sh -$ npm install --save react-native@0.26 +$ npm install --save react-native@0.31 ``` ## 2. Upgrade your project templates