From 6f2174cab44fdd20c39cb59d1c65f1c3b3163e28 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 19 Jan 2017 18:21:18 +0800 Subject: [PATCH] update README: npm script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f19356..f54c31c 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ See [docs](http://aplayer.js.org/docs) ``` $ npm install -$ npm run start +$ npm run dev ``` ## Make a release ``` $ npm install -$ npm run test +$ npm run build ``` ## Related Projects