From 4f086567f0c58f7f0a5df8a15a8a6b42bd33f54c Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sun, 17 Jan 2016 01:21:47 +0900 Subject: [PATCH] docs(README): update test running --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caddf3fc0..db39de972 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ When specified with `lang` plugins option at `Vue.use`, `Vue.config.lang` is set # Testing ```shell -$ make test +$ npm run unit ```