docs(readme): prettify example output

This commit is contained in:
Ika 2019-08-18 21:21:14 +08:00
parent 0f9cc8896b
commit 0a0a42230e

View file

@ -31,7 +31,8 @@ const tree = parser.parse(sourceCode);
console.log(tree.rootNode.toString()); console.log(tree.rootNode.toString());
// (root // (root
// (table // (table
// (key) (pair (key) (boolean)))) // (key)
// (pair (key) (boolean))))
``` ```
## License ## License