Explorar el Código

fix README: npm script

DIYgod hace 8 años
padre
commit
7c4e362869
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -33,18 +33,22 @@ $ npm install dplayer --save
 
 [BootCDN](http://www.bootcdn.cn/dplayer/)
 
+## Usage
+
+See [docs](http://dplayer.js.org/docs)
+
 ## Run in development
 
 ```
 $ npm install
-$ npm run dev
+$ npm run start
 ```
 
 ## Make a release
 
 ```
 $ npm install
-$ npm run build
+$ npm run test
 ```
 
 ## Related Projects