Skip to content

Commit 7955635

Browse files
committed
Fix typo: cosnt
1 parent 90d34e3 commit 7955635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Of course, this package can be used as PostCSS plugin:
7070
"use strict";
7171

7272
const fs = require("fs");
73-
cosnt postcss = require("postcss");
73+
const postcss = require("postcss");
7474

7575
postcss([
7676
require("autoprefixer-core")(),
@@ -189,7 +189,7 @@ The second argument is optional. The `options` are:
189189
You can specify both at the same time.
190190

191191
```javascript
192-
cosnt fs = require("fs");
192+
const fs = require("fs");
193193
const mqpacker = require("css-mqpacker");
194194

195195
const result = mqpacker.pack(fs.readFileSync("from.css", "utf8"), {

0 commit comments

Comments
 (0)