Parcourir la source

update README: npm script

DIYgod il y a 8 ans
Parent
commit
92e060c2fd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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