diff --git a/README.md b/README.md index 9addbce..06d6233 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ Basic usage Code can be parsed using either `ast\parse_code()`, which accepts a code string, or `ast\parse_file()`, which accepts a file path. Additionally, both functions require a `$version` -argument to ensure forward-compatibility. The current version is 90. +argument to ensure forward-compatibility. The current version is 100. ```php -$ast = ast\parse_code('