Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
docs(README): fix typo in example (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanyanke authored and michael-ciniawsky committed Jun 20, 2017
1 parent ced5990 commit 2de70bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,10 +38,10 @@ module.exports = {
test: /\.(png|jpg|gif)$/,
use: [
{
loader: 'url-loader'
loader: 'url-loader',
options: {
limit: 8192
}
}
}
]
}
Expand Down

0 comments on commit 2de70bb

Please sign in to comment.