Update Upgrading.md

Summary:
Docs upgrading section - changed 0.31 to 0.34.
Closes https://github.com/facebook/react-native/pull/10085

Differential Revision: D3919253

fbshipit-source-id: b0dc34ba8d5f97dca8de2def15c7059d40eadc37
This commit is contained in:
KG32 2016-09-24 11:21:23 -07:00 committed by Facebook Github Bot 4
parent 3a2bb3dbc5
commit 100a31412f
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.31`, 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.34`, in a terminal run:
```sh
$ npm install --save react-native@0.31
$ npm install --save react-native@0.34
```
## 2. Upgrade your project templates