From 4b067f45ce002a4f695636c208a5d47cd0a65746 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Thu, 20 Aug 2020 16:29:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9a166..48d8d63 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ DevTools is a collection of utilities used for developing PocketMine-MP plugins. * _/checkperm \ [playerName]_: Checks a permission node ## Using ConsoleScript to build a DevTools phar from source code -Contrary to popular assumption, this is very simple. Assuming you have a php executable in your PATH variable, cd into the DevTools directory (the folder where plugin.yml is located) and simply run the following: +Contrary to popular belief, this is very simple. Assuming you have a php executable in your PATH variable, cd into the DevTools directory (the folder where plugin.yml is located) and simply run the following: ``` php -dphar.readonly=0 path/to/ConsoleScript.php --make path/to/DevTools --relative path/to/DevTools --out path/to/put/devtools/phar/in/DevTools.phar ```