From 9dba72bbc797498ec168cee7499a7aafcd3e57fc Mon Sep 17 00:00:00 2001 From: Jason Divock Date: Fri, 27 Mar 2015 15:11:51 -0700 Subject: [PATCH] Fix phrasing in README.md quick fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d4bcb..0059d16 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can simple do it by: npm install karma-mocha --save-dev ``` -How install `karma` you can read [here.](http://karma-runner.github.io/0.12/intro/installation.html) +Instructions on how to install `karma` can be found [here.](http://karma-runner.github.io/0.12/intro/installation.html) ## Configuration Following code shows the default configuration...