Commit 971f4044 by Marcin Cieślak

Merge pull request #1252 from ggamel/patch-1

Adjust incorrect spacing in README
parents 8e1c1222 12a8a5c2
......@@ -230,7 +230,7 @@ sass.render({
// No errors during the compilation, write this result on the disk
fs.writeFile(yourPathTotheFile, result.css, function(err){
if(!err){
//f ile written on disk
//file written on disk
}
});
}
......
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