diff --git a/README.md b/README.md index 967fe92..fc2da02 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,11 @@ const sourceCode = ` const tree = parser.parse(sourceCode); console.log(tree.rootNode.toString()); -// (root +// (document // (table // (key) -// (pair (key) (boolean)))) +// (pair +// (key) (boolean)))) ``` ## License