From e78ab8bf35153221859c15b79107fb1cd2d01aa0 Mon Sep 17 00:00:00 2001 From: Unreall <128391210+ImmoDevs@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:15:44 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e83dad8..a9e15de 100644 --- a/README.md +++ b/README.md @@ -72,15 +72,15 @@ messages: 1. Clone the repository: ```bash - git clone https://github.com/YourUsername/SimpleGamemode.git + git clone https://github.com/ImmoDevs/SimpleGameMode.git ``` 2. Navigate to the plugin directory: ```bash - cd SimpleGamemode + cd SimpleGameMode ``` 3. Compile the plugin into a `.phar` file: ```bash - zip -r SimpleGamemode.phar . -x "*.git*" -x "*.md" -x "tests/*" + zip -r SimpleGameMode.phar . -x "*.git*" -x "*.md" -x "tests/*" ``` ## 🤝 Contributing