« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
-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!
 ```