Update README.md

This commit is contained in:
Max 2015-02-06 15:12:41 +03:00
parent fdea18bddf
commit c9b2980929

View File

@ -45,7 +45,7 @@ interface GameJolt {
static function fetchTables():Array<TableInfo>;
}
```
Visit [docs](http://gamejolt.com/api/doc/game/) for more information.
Visit [wiki](https://github.com/insweater/gamejoltlua/wiki) / [docs](http://gamejolt.com/api/doc/game/) for more information.
# Credits
GameJolt.lua is using kikito's [MD5](https://github.com/kikito/md5.lua) and [LuaSocket](http://w3.impa.br/~diego/software/luasocket/home.html).