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 +```