Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit b7bb774

Browse files
committed
Merge pull request #28 from tauren/patch-1
fix typo in node.js api example
2 parents dc09e9e + 5ca4e3c commit b7bb774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ var fs = require("fs")
101101

102102
var input = fs.readFileSync("index.css", "utf8")
103103

104-
var output = cssnext(css)
104+
var output = cssnext(input)
105105
fs.writeFileSync("dist/index.css", output)
106106
```
107107

0 commit comments

Comments
 (0)