Skip to content

Commit

Permalink
docs(README): add missing comma in example (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico authored and michael-ciniawsky committed Oct 3, 2017
1 parent 271ab9a commit f512a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -182,7 +182,7 @@ module.exports = ({ file, options, env }) => ({
**webpack.config.js**
```js
{
loader: 'postcss-loader'
loader: 'postcss-loader',
options: {
config: {
ctx: {
Expand Down

0 comments on commit f512a20

Please sign in to comment.