diff --git a/README.md b/README.md index 2aa201a..d57a1ab 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ const tree = parser.parse(sourceCode); console.log(tree.rootNode.toString()); // (root // (table -// (key) (pair (key) (boolean)))) +// (key) +// (pair (key) (boolean)))) ``` ## License