From 146daa60046cd79436d82004ed30ccbf359dde5a Mon Sep 17 00:00:00 2001 From: nucular Date: Mon, 2 Jun 2014 18:52:18 +0200 Subject: [PATCH] Added link to the Wiki to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2223587..722ce7e 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,5 @@ sound:randomize() local buffer = sound:generateString() device:play(buffer, #buffer) ``` + +**More documentation is available at the [Project Wiki](https://github.com/nucular/sfxrlua/wiki)**