Update README.md

This commit is contained in:
Ad5001 2016-08-05 12:57:56 +03:00 committed by GitHub
父節點 3ab6385459
當前提交 874a7b3bb7
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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 "<YOUR_GAME_NAME>.php". Inside it, add a
To make a game base, create a new file called "<**YOUR_GAME_NAME**>.php". Inside it, add a
```php
<?php