Browse Source

fix README: npm script

DIYgod 8 years ago
parent
commit
7c4e362869
1 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md

+ 6 - 2
README.md

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