Git upgrade: Tweak wording

Reviewed By: mkonicek

Differential Revision:
D4276739
Ninja: OSS

fbshipit-source-id: 7480a3ee77ed8f6ab0d35f92b43a806bfe29a151
This commit is contained in:
Martin Konicek 2016-12-05 06:19:46 -08:00
parent 4ba4d45e30
commit 6320637e22
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
This tool makes upgrading your apps to a new version of React Native easier than the stock `react-native upgrade` command.
It uses Git under the hood to automatically resolve merge conflicts in project templates (native iOS and Android files, `.flowconfig` etc.). These conflicts happen when a new React Native version introduces changes to those files and you have local changes in those files too, which is quite common situation.
It uses Git under the hood to automatically resolve merge conflicts in project templates (native iOS and Android files, `.flowconfig` etc.). These conflicts happen when a new React Native version introduces changes to those files and you have local changes in those files too, which is quite common.
## Usage
See the [Upgrading docs](http://facebook.github.io/react-native/releases/next/docs/upgrading.html) on the React Native website.
Simplest use case:
Basic usage:
```
$ npm install -g react-native-git-upgrade

View File

@ -1,6 +1,6 @@
{
"name": "react-native-git-upgrade",
"version": "0.2.2",
"version": "0.2.3",
"license": "BSD-3-Clause",
"description": "The React Native upgrade tool",
"main": "cli.js",