Minor typo in readme

This commit is contained in:
Andrew Ray 2015-04-06 13:58:24 -07:00
parent 52ff70c919
commit d10af0eb5f
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'
})
]
}