Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
cosole -> console
  • Loading branch information
subtronic authored Feb 19, 2018
1 parent 2e73471 commit 8560f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ process its content, and output processed CSS to STDOUT:
const fs = require("fs");
const mqpacker = require("css-mqpacker");

cosole.log(mqpacker.pack(fs.readFileSync("from.css", "utf8"), {
console.log(mqpacker.pack(fs.readFileSync("from.css", "utf8"), {
from: "from.css",
map: {
inline: false
Expand Down

0 comments on commit 8560f9a

Please sign in to comment.