Explorar el Código

fix README: npm script

DIYgod hace 8 años
padre
commit
33cd32ff5a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/README.md

+ 2 - 2
docs/README.md

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