Browse Source

Merge branch 'master' of https://github.com/jun0205/react-static-boilerplate

John 9 years ago
parent
commit
85c17bb409
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -81,7 +81,7 @@ Just clone the repo, install Node.js modules and run `npm start`:
 
 ```shell
 $ git clone -o react-static-boilerplate -b master --single-branch \
-      https://github.com/koistya/react-static-boilerplate.git MyApp
+      https://github.com/jun0205/react-static-boilerplate.git MyApp
 $ cd MyApp
 $ npm install           # Install project dependencies listed in package.json
 $ npm start             # Build and launch the app, same as "node tools/start.js"