Merge pull request #842 from alanchenup/master

change to git clone https://github.com/facebook/react-native.git
This commit is contained in:
Alexander Kotliarskyi 2015-04-14 13:46:19 -07:00
commit 323336b44d
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ var MyCustomView = createReactIOSNativeComponentClass({
## Running the Examples
- `git clone git@github.com:facebook/react-native.git`
- `git clone https://github.com/facebook/react-native.git`
- `cd react-native && npm install`
- `cd Examples`