From 82e257cf131c482cc261e7cd9f41ea91ac2bf544 Mon Sep 17 00:00:00 2001 From: Krzysztof Matuszak <53585406+KMatuszak@users.noreply.github.com> Date: Tue, 19 May 2020 23:44:57 +0200 Subject: [PATCH] BUILDING.md: Fixed wrong instruction of running from source (#3512) --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 6853f5979..92c78d06c 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -35,4 +35,4 @@ Run `build/server-phar.php` using your preferred PHP binary. It'll drop a `Pocke You can also use the `--out` option to change the output filename. ## Running PocketMine-MP from source code -Run `src/pocketmine/PocketMine.php` using your preferred PHP binary. +Run `src/PocketMine.php` using your preferred PHP binary.