diff --git a/README.md b/README.md index 9d24d18..e85c537 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Usage Run the script with the path of the PHP file you wish to convert as argument. This will print the converted source code to STDOUT. -You can add the `-w` switch if you want to override the original file with the converted code. +You can add the `-w` switch if you want to overwrite the original file with the converted code. If you want the script to process PHP files with short open tags (` -**Reverting has not yet been thoroughly tested, so use with extreme percaution!** +**Reverting has not yet been thoroughly tested, so use with extreme precaution!** Since there is no specific token for the short array syntax, it assumes every "[" is an aray and relies on checking the previous token for a variable, object property, function return ")", nested array "]" and variable reference "}".