diff --git a/README.md b/README.md index e717c65..2aa402a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Make minigames easilier ! Gamemanager is a plugin that allow minigame writing a lot easilier with his easy api, disigned for per world minigame ! I made this for me at start but feel free to use it to write your own minigame ! ### How to make a game: -To make a game base, create a new file called ".php". Inside it, add a +To make a game base, create a new file called "<**YOUR_GAME_NAME**>.php". Inside it, add a -`` +```php ; } -} `` +} +``` This is the basic class. Methods that you can add to the class (optionals):