From f8e651f23afdede028d2ac2863490cca06f645c7 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 27 May 2016 11:49:28 -0500 Subject: [PATCH] fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d3c061..ac0197c 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ module.exports = function(config) { } ``` -If using coffeescript to make the tests ready more like feature files, don't forget to use the Karma `preprocessor`: +If using coffeescript to make the tests read more like feature files, don't forget to use the Karma `preprocessor`: ```js preprocessors: { '**/*.coffee': ['coffee'] }, -``` \ No newline at end of file +```