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

Commit 2de70bb

Browse files
romanyankemichael-ciniawsky
authored andcommittedJun 20, 2017
docs(README): fix typo in example (#81)
1 parent ced5990 commit 2de70bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ module.exports = {
3838
test: /\.(png|jpg|gif)$/,
3939
use: [
4040
{
41-
loader: 'url-loader'
41+
loader: 'url-loader',
4242
options: {
4343
limit: 8192
44-
}
44+
}
4545
}
4646
]
4747
}

0 commit comments

Comments
 (0)
This repository has been archived.