Skip to content

Commit 96082a7

Browse files
committed
Change the code style on the readme;
the spaces there are not really important, but just to keep it all the same
1 parent 55dd432 commit 96082a7

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
@@ -44,7 +44,7 @@ var ast = {
4444
};
4545

4646
// Will output -> echo "hello world";
47-
console.log( unparse(ast, options) );
47+
console.log(unparse(ast, options));
4848
```
4949

5050
## Options

0 commit comments

Comments
 (0)