Typos & Release indications

love2d is the website; the framework is called Löve.
Adding .x to indicate backwards compatibility amongst the release.
This commit is contained in:
Seppi 2014-08-21 16:51:29 -04:00
parent 6379b1e7f9
commit 5784a9d33e

View File

@ -2,7 +2,7 @@ sfxr.lua
======== ========
A port of the sfxr sound effect synthesizer to pure Lua, designed to be used A port of the sfxr sound effect synthesizer to pure Lua, designed to be used
together with the *awesome* Löve2D game framework. together with the *awesome* Löve game framework.
Example usage Example usage
@ -10,7 +10,7 @@ Example usage
These examples should play a randomly generated sound. These examples should play a randomly generated sound.
With [Löve2D](http://love2d.org) 0.9: With [Löve](http://love2d.org) 0.9.x:
```lua ```lua
local sfxr = require("sfxr") local sfxr = require("sfxr")