Explorar o código

fix README: npm script

DIYgod %!s(int64=8) %!d(string=hai) anos
pai
achega
7c4e362869
Modificáronse 1 ficheiros con 6 adicións e 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