소스 검색

update README: npm script

DIYgod 8 년 전
부모
커밋
92e060c2fd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/README.md

+ 2 - 2
docs/README.md

@@ -217,14 +217,14 @@ xhr.send(null);
 
 ```
 $ npm install
-$ npm run start
+$ npm run dev
 ```
 
 ## Make a release
 
 ```
 $ npm install
-$ npm run test
+$ npm run build
 ```
 
 ## Related Projects