Skip to content

Commit 89d846c

Browse files
committed
Update README.md
Missing () on a function call - small fix
1 parent 39bead3 commit 89d846c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Note that the context of this function
5151
```js
5252
module.exports = {
5353
...
54-
postcss: function {
54+
postcss: function () {
5555
return [autoprefixer, csswring];
5656
}
5757
}

0 commit comments

Comments
 (0)