Skip to content

Commit

Permalink
Fix example syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitney Young committed Jan 13, 2017
1 parent 0922098 commit 8abb69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ Create a [`postcss.config.js`][postcss-load-config]:
module.exports = (ctx) => ({
plugins: [
require('postcss-modules')({
getJSON: ctx.extractModules || () => {},
getJSON: ctx.extractModules || (() => {}),
}),
],
});
Expand Down

0 comments on commit 8abb69f

Please sign in to comment.