Skip to content

Commit

Permalink
Merge pull request #160 from mrwade/patch-1
Browse files Browse the repository at this point in the history
Fix small syntax error in README
  • Loading branch information
KyleAMathews committed Feb 27, 2016
2 parents 2680883 + 1219b80 commit 6ea62b9
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 @@ -233,7 +233,7 @@ module.exports = function(config, env) {
return cfg
})
return config;
});
};
```

Each loader (`cfg` in the above example) can be a valid
Expand Down

0 comments on commit 6ea62b9

Please sign in to comment.