Skip to content

Commit 8560f9a

Browse files
authored
Update README.md
cosole -> console
1 parent 2e73471 commit 8560f9a

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
@@ -96,7 +96,7 @@ process its content, and output processed CSS to STDOUT:
9696
const fs = require("fs");
9797
const mqpacker = require("css-mqpacker");
9898

99-
cosole.log(mqpacker.pack(fs.readFileSync("from.css", "utf8"), {
99+
console.log(mqpacker.pack(fs.readFileSync("from.css", "utf8"), {
100100
from: "from.css",
101101
map: {
102102
inline: false

0 commit comments

Comments
 (0)