From 66cae33975d638d2992375ac0095bf37a31a1045 Mon Sep 17 00:00:00 2001 From: nucular Date: Tue, 1 Mar 2016 20:27:54 +0100 Subject: [PATCH] More README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a792bd..4e7ce83 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Demo To run the demo application you first need to download [LoveFrames](https://github.com/NikolaiResokav/LoveFrames) as a submodule: ``` -git submodule init +git submodule update --init love demo ``` @@ -19,7 +19,7 @@ Example usage 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 local sfxr = require("sfxr")