소스 검색

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

John 9 년 전
부모
커밋
85c17bb409
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"