From da530d68b4e3f11916fa7688272e9a4c51a36c94 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 5 Mar 2018 01:13:51 +0000 Subject: [PATCH] Added save-dev to install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1504071..3671f7f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Fuzzer for mocha testing. Or any javascript testing suite, really. This packag ## Installation ```sh -npm install mocha-froth +npm install --save-dev mocha-froth ```