Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher authored and download13 committed Feb 26, 2017
1 parent db0f8c1 commit 5301b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Type: `[String]`

Array of extensions that you want to skip in `require()` calls in addition to `.js` and `.json`. Don't forget `.`.

With `{ extensions: ['.coffee'] }`, you can do `require('app')`. Instead, you have to do `require('app.coffee')`.
With `{ extensions: ['.coffee'] }`, you can't do `require('app')`. Instead, you have to do `require('app.coffee')`.

#### ignore
Type: `[String]`
Expand Down

0 comments on commit 5301b6d

Please sign in to comment.