From 7a3c267af2e833db65a4de9e8bf0e38fc884a7ac Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Wed, 27 Dec 2017 21:51:35 +0000 Subject: [PATCH] [docs] Update test command in README (#547) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fec7a7456..c52a1595e 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ npm install ## Tests -Tests run with `make test`. It runs the server tests that are aided by +Tests run with `npm test`. It runs the server tests that are aided by the usage of `engine.io-client`. Make sure `npm install` is run first.