Summary:
Just updating the docs as .18 is quite old :)
Closes https://github.com/facebook/react-native/pull/7824

Differential Revision: D3371417

Pulled By: javache

fbshipit-source-id: 91b8249f814eeef68cbeff4b481624644dc7be73
This commit is contained in:
Alessandro Nadalin 2016-06-01 05:43:13 -07:00 коммит произвёл Facebook Github Bot 6
Родитель 6603cef95c
Коммит 0e82eb3bed
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -19,10 +19,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.18`, 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.26`, in a terminal run:
```sh
$ npm install --save react-native@0.18
$ npm install --save react-native@0.26
```
## 2. Upgrade your project templates