More README

This commit is contained in:
nucular 2016-03-01 20:27:54 +01:00
parent 501424469a
commit 66cae33975

View File

@ -10,7 +10,7 @@ Demo
To run the demo application you first need to download To run the demo application you first need to download
[LoveFrames](https://github.com/NikolaiResokav/LoveFrames) as a submodule: [LoveFrames](https://github.com/NikolaiResokav/LoveFrames) as a submodule:
``` ```
git submodule init git submodule update --init
love demo love demo
``` ```
@ -19,7 +19,7 @@ Example usage
These examples should play a randomly generated sound. These examples should play a randomly generated sound.
With [Löve](http://love2d.org) 0.9.x: With [LÖVE](http://love2d.org) 0.9.x:
```lua ```lua
local sfxr = require("sfxr") local sfxr = require("sfxr")