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 @@ -
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