Merge pull request #21 from DelvarWorld/minor-typo

Minor typo in readme
This commit is contained in:
Charles Blaxland 2015-04-20 13:26:00 +10:00
commit e9afb49d91
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Here's an example webpack config illustrating how to use these options:
plugins: [
new HtmlWebpackPlugin({
title: 'My App',
filename 'assets/admin.html'
filename: 'assets/admin.html'
})
]
}