From 4e57a9bf5b3d56ef1a91e78dc1ed5791b354182d Mon Sep 17 00:00:00 2001 From: Rex Date: Sun, 21 Jun 2015 22:00:45 -0400 Subject: [PATCH] Updated README --- README.md | 4 ++-- index.html | 2 +- sound.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc532fc..7ec6aa7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Sound for Games +Sound.js =============== -"Sound for Games" is micro-library that lets you load, play and generate sound effects and music for +"Sound.js" is micro-library that lets you load, play and generate sound effects and music for games and interactive applications. It's very small: less than 800 lines of code and no dependencies. [Click here to try an interactive demo.](https://cdn.rawgit.com/kittykatattack/soundForGames/master/index.html) diff --git a/index.html b/index.html index 2b96eca..2cd4e8e 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -Sound for games +Sound.js

Press keyboard keys to control the sounds diff --git a/sound.js b/sound.js index e0951b4..f0221e0 100644 --- a/sound.js +++ b/sound.js @@ -1,5 +1,5 @@ /* -Sound for games +Sound.js =============== A complete micro library of useful, modular functions that help you load, play, control