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

Commit c6f2e5a

Browse files
ZoranPandovskinschonni
authored andcommitted
doc: README example fix (#2787)
Fix Unexpected token ) on the render example
1 parent fbc9ff5 commit c6f2e5a

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
@@ -424,7 +424,7 @@ var result = sass.renderSync({
424424
var result = someSyncFunction(url, prev);
425425
return {file: result.path, contents: result.data};
426426
}
427-
}));
427+
});
428428

429429
console.log(result.css);
430430
console.log(result.map);

0 commit comments

Comments
 (0)