There was an error while loading. Please reload this page.
1 parent 55dd432 commit 96082a7Copy full SHA for 96082a7
README.md
@@ -44,7 +44,7 @@ var ast = {
44
};
45
46
// Will output -> echo "hello world";
47
-console.log( unparse(ast, options) );
+console.log(unparse(ast, options));
48
```
49
50
## Options
0 commit comments