Added link to the Wiki to the README

This commit is contained in:
nucular 2014-06-02 18:52:18 +02:00
parent 2f51732280
commit 146daa6004

View File

@ -35,3 +35,5 @@ sound:randomize()
local buffer = sound:generateString() local buffer = sound:generateString()
device:play(buffer, #buffer) device:play(buffer, #buffer)
``` ```
**More documentation is available at the [Project Wiki](https://github.com/nucular/sfxrlua/wiki)**