From 89d846cb233e276a403b394b7007a92b8b51ff4b Mon Sep 17 00:00:00 2001 From: Steven Miller Date: Fri, 26 Jun 2015 16:43:16 +1000 Subject: [PATCH] Update README.md Missing () on a function call - small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } }