Skip to content

Commit

Permalink
Fixed extra parenthesis in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Nov 27, 2015
1 parent 9115b2e commit 7ad8189
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 @@ -61,7 +61,7 @@ module.exports = {
new SplitByPathPlugin([
{
name: 'vendor',
path: path.join(__dirname, 'node_modules'))
path: path.join(__dirname, 'node_modules')
}
])
]
Expand Down

0 comments on commit 7ad8189

Please sign in to comment.