From 3ab6385459d645e3fc56d5df96dba7002134cd0c Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 5 Aug 2016 12:40:45 +0300 Subject: [PATCH 1/2] Correcting code blocks. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e717c65..fb447e2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 -`` +```php ; } -} `` +} +``` This is the basic class. Methods that you can add to the class (optionals): From 874a7b3bb79c3856a290925f19e57bab04054015 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 5 Aug 2016 12:57:56 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb447e2..2aa402a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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