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

Commit 2809718

Browse files
committed
Fix readme formatting
1 parent e6d9eac commit 2809718

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
@@ -21,8 +21,8 @@ var cssstats = require('postcss-cssstats');
2121
var output = postcss([
2222
cssstats(function(stats) {
2323
console.log(stats);
24-
}))
25-
.process(css);
24+
})
25+
]).process(css);
2626
```
2727

2828
## License

0 commit comments

Comments
 (0)