Skip to content

Commit

Permalink
Merge pull request BohdanTkachenko#6 from sheerun/patch-1
Browse files Browse the repository at this point in the history
Fixed extra parenthesis in documentation
  • Loading branch information
BohdanTkachenko committed Nov 28, 2015
2 parents 9115b2e + 7ad8189 commit f81d6cc
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 f81d6cc

Please sign in to comment.