From c4cb52abaf7e2c2192423624c3133095a1c283cf Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 18 Nov 2018 18:01:38 +0100 Subject: [PATCH] Improved chimp command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65ff8f1..4417536 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ TEST_PORT=3000 TEST_WATCH=1 TEST_CLIENT=0 MONGO_URL=mongodb://localhost:27017/fu # and -chimp --watch --ddp=http://localhost:3000 --path=cucumber +node_modules/.bin/chimp --watch --ddp=http://localhost:3000 --path=cucumber # and -chimp --ddp=http://localhost:3000 --path=cucumber +node_modules/.bin/chimp --ddp=http://localhost:3000 --path=cucumber ```