Commit 55c4a33f by Dean Mao

update readme

parent 159ef6ae
...@@ -10,7 +10,7 @@ Find it on npm: <http://search.npmjs.org/#/node-sass> ...@@ -10,7 +10,7 @@ Find it on npm: <http://search.npmjs.org/#/node-sass>
## Usage ## Usage
var sass = require('sass'); var sass = require('node-sass');
sass.render('body{background:blue; a{color:black;}}', function(err, css){ sass.render('body{background:blue; a{color:black;}}', function(err, css){
console.log(css) console.log(css)
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment