Skip to content

Commit df0226b

Browse files
xakep139michael-ciniawsky
authored andcommitted
docs(README): add missing comma (#225)
1 parent 6388f0b commit df0226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ within the CSS directly as an annotation comment.
286286
**webpack.config.js**
287287
```js
288288
{
289-
loader: 'postcss-loader'
289+
loader: 'postcss-loader',
290290
options: {
291291
sourceMap: 'inline'
292292
}

0 commit comments

Comments
 (0)