From e1e030cc3d8dfa53c8ed15b0bf05c90319820525 Mon Sep 17 00:00:00 2001 From: Shawn Sit Date: Mon, 25 Sep 2017 23:08:21 -0500 Subject: [PATCH] docs: command is wrong for running tests (#1065) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3234ea2..63bcf9f 100644 --- a/Readme.md +++ b/Readme.md @@ -195,7 +195,7 @@ the general Koa guide. ## Running tests ``` -$ make test +$ npm test ``` ## Authors