瀏覽代碼

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