diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 6 | ||||
-rwxr-xr-x | src/http-music.js (renamed from src/play.js) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index 1a1b75a..bb7e53b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ node . # Go! ``` **Zomg command line arguments documentation????** — Yes; read the end of the -`play.js` file. There's a bunch of JS-comment-based documentation there. +`http-music.js` file. There's a bunch of JS-comment-based documentation there. There's actually three proper ways to run `http-music`: diff --git a/package.json b/package.json index dba3bd8..ad86e93 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "http-music", "version": "0.0.1", - "main": "src/play.js", + "main": "src/http-music.js", "scripts": { - "play": "node src/play.js", + "play": "node src/http-music.js", "crawl-http": "node src/crawl-http", "crawl-local": "node src/crawl-local" }, "bin": { - "http-music": "./src/play.js", + "http-music": "./src/http-music.js", "http-music-crawl-http": "./src/crawl-http.js", "http-music-crawl-local": "./src/crawl-local.js" }, diff --git a/src/play.js b/src/http-music.js index fee1b79..fee1b79 100755 --- a/src/play.js +++ b/src/http-music.js |