Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1028 from JAFong/fixes
Browse files Browse the repository at this point in the history
Remove extra ',' in README
  • Loading branch information
saper committed Jul 10, 2015
2 parents 5c5d2cc + 6ff4097 commit 9b6c9a2
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 @@ -342,7 +342,7 @@ var result = sass.renderSync({
// OR
var result = someSyncFunction(url, prev);
return {file: result.path, contents: result.data};
},
}
}));

console.log(result.css);
Expand Down

0 comments on commit 9b6c9a2

Please sign in to comment.