Skip to content

Commit

Permalink
fix documentation for specifying alternative extensions see #176
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Mar 15, 2016
1 parent d16c147 commit 60b07fb
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 @@ -70,7 +70,7 @@ nyc --extension .jsx --extension .es6 npm test
```json
{
"nyc": {
"extensions": [
"extension": [
".jsx",
".es6"
]
Expand Down

0 comments on commit 60b07fb

Please sign in to comment.