« get me outta code hell

Fix old crawl command name in demo - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorLiam <liam4@users.noreply.github.com>2017-06-13 10:08:01 -0300
committerGitHub <noreply@github.com>2017-06-13 10:08:01 -0300
commita056ebe64ecedcc73874b1d06ab19eb235780147 (patch)
treee96466a672262b1414289127667404129471e863 /README.md
parent785cb5f6b6d3e30822db78d85accc743a5d0e741 (diff)
Fix old crawl command name in demo
I can't believe I'm actually committing from the GitHub website. (At least it's through a phone; that's definitely a good excuse!)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5df911d..ff37597 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ $ python3 -m http.server <some_port>
 # On the client; that is, the device with http-music:
 $ cd http-music
 $ yarn  # to install Node.js dependencies; you'll also need `avconv` and `play`/`sox`.
-$ npm run crawl-recursive -- <server_ip> > playlist.json
+$ npm run crawl-http -- <server_ip> > playlist.json
 $ node .  # Go!
 ```