From 7c693cd8af341961bb86034f883558971c994ae5 Mon Sep 17 00:00:00 2001 From: "Jing Xu(RainX)" Date: Thu, 14 Sep 2023 19:04:35 +0800 Subject: [PATCH] docs: correct the usage of `parsePhpCodeStringToAst` method in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f6656..9dfc52b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ import { const rootNodes: NodeTypeInheritingFromNodeAbstract[] = CliHelpers.parsePhpFileToAst('./hello.php'); // or if you prefer to get AST from code string, just use -// CliHelpers.parsePhpCodeStringToAst(`echo "Hello";`) +// CliHelpers.parsePhpCodeStringToAst(`