diff --git a/react-native-git-upgrade/README.md b/react-native-git-upgrade/README.md index 42223c319..06efe7577 100644 --- a/react-native-git-upgrade/README.md +++ b/react-native-git-upgrade/README.md @@ -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 diff --git a/react-native-git-upgrade/package.json b/react-native-git-upgrade/package.json index 2bcb20748..cb0886112 100644 --- a/react-native-git-upgrade/package.json +++ b/react-native-git-upgrade/package.json @@ -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",