From 5784a9d33eeb9d700b5232ff3d13be21c2455556 Mon Sep 17 00:00:00 2001 From: Seppi Date: Thu, 21 Aug 2014 16:51:29 -0400 Subject: [PATCH] Typos & Release indications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit love2d is the website; the framework is called Löve. Adding .x to indicate backwards compatibility amongst the release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca61496..f178fcb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ sfxr.lua ======== 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 @@ -10,7 +10,7 @@ Example usage 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 local sfxr = require("sfxr")