diff --git a/packages/ast/README.md b/packages/ast/README.md index b0b177b..0481dc5 100644 --- a/packages/ast/README.md +++ b/packages/ast/README.md @@ -58,7 +58,7 @@ const printVisitor = { }; // Invoking the Visitor -accept(xmlDocAst, printVisitor); // -> note, Bill, Tim +accept(xmlDocAst, printVisitor); // -> note, to, from ``` ## Support