diff --git a/README.md b/README.md index d7066e8d..84733db5 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Note that the context of this function ```js module.exports = { ... - postcss: function { + postcss: function () { return [autoprefixer, csswring]; } }