Skip to content

Commit 6420d41

Browse files
authored
Merge pull request webpack#82 from bcbcb/patch-1
Update README.md to fix example
2 parents 21ad7e7 + c9273fd commit 6420d41

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
@@ -56,7 +56,7 @@ Now your CSS files requirements will be processed by selected PostCSS plugins:
5656
5757
```js
5858
var css = require('./file.css');
59-
// => CSS after Autoprefixer and CSSWring
59+
// => CSS after PreCSS and Autoprefixer
6060
```
6161
6262
Note that the context of this function

0 commit comments

Comments
 (0)