Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed May 27, 2016
1 parent 5493c87 commit f8e651f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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']
},
```
```

0 comments on commit f8e651f

Please sign in to comment.