From 5215b3dfb0eaff0296c5dbf639be845ccbdf4046 Mon Sep 17 00:00:00 2001 From: Julien Buty Date: Mon, 7 Apr 2014 05:11:49 +0800 Subject: [PATCH] Fix doc type in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a894340..81fac65 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ Both values take an array of strings, as in the example just above. ## Testing The 15 tests are written using the BDD testing framework should.js, and run with mocha. -Run `npm install should` and `npm instlal -g mocha` to install them both. + +Run `npm install should` and `npm install -g mocha` to install them both. Run tests with `mocha -R spec`.