From 94a1b5457d14ab0ff0b6d25fb51faff2e16b2f97 Mon Sep 17 00:00:00 2001 From: Dick Visser Date: Fri, 10 May 2019 10:45:16 +0200 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "}".