Skip to content

Commit

Permalink
Fix typo: cosnt
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed Feb 12, 2017
1 parent 90d34e3 commit 7955635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -70,7 +70,7 @@ Of course, this package can be used as PostCSS plugin:
"use strict";

const fs = require("fs");
cosnt postcss = require("postcss");
const postcss = require("postcss");

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

```javascript
cosnt fs = require("fs");
const fs = require("fs");
const mqpacker = require("css-mqpacker");

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

0 comments on commit 7955635

Please sign in to comment.