Update Upgrading.md

Summary:
Updating the RN version 0.31, so that doc is also upto date with latest version.
Closes https://github.com/facebook/react-native/pull/9247

Differential Revision: D3677606

fbshipit-source-id: 8ec5999dfaa243377d85a533935ccfe2d4c97fae
This commit is contained in:
Sreejumon 2016-08-05 13:31:35 -07:00 committed by Facebook Github Bot 5
parent 9de0b79e87
commit a4bff46791
1 changed files with 2 additions and 2 deletions

View File

@ -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