From b03cb256e6fb09bf2b8b3874638620ca8ba46b4b Mon Sep 17 00:00:00 2001 From: alanchen Date: Tue, 14 Apr 2015 15:46:06 +0800 Subject: [PATCH] change to git clone https://github.com/facebook/react-native.git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 504218a86..e7921b38b 100644 --- a/README.md +++ b/README.md @@ -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`