Skip to content

Commit

Permalink
docs(readme): fix writeToDisk example (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooade authored and michael-ciniawsky committed Oct 19, 2018
1 parent cc46398 commit a59b9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -218,7 +218,7 @@ of `true` _will_ write the file to disk. eg.

```js
{
writeToDisk: (filePath) {
writeToDisk: (filePath) => {
return /superman\.css$/.test(filePath);
}
}
Expand Down

0 comments on commit a59b9fd

Please sign in to comment.