Skip to content

Commit 72e1599

Browse files
author
Simon Poole
authored
Update readme example to be correct
You'll get an error if you install postcss-unprefix and require('unprefix').
1 parent efa4c27 commit 72e1599

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
@@ -22,7 +22,7 @@ npm install --save postcss-unprefix
2222

2323
```javascript
2424
var postcss = require("gulp-postcss");
25-
var unprefix = require("unprefix");
25+
var unprefix = require("postcss-unprefix");
2626
var autoprefixer = require("autoprefixer");
2727

2828
gulp.task("clear-css", function () {

0 commit comments

Comments
 (0)