diff options
author | Liam <liam4@users.noreply.github.com> | 2017-06-13 10:08:01 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 10:08:01 -0300 |
commit | a056ebe64ecedcc73874b1d06ab19eb235780147 (patch) | |
tree | e96466a672262b1414289127667404129471e863 | |
parent | 785cb5f6b6d3e30822db78d85accc743a5d0e741 (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!)
-rw-r--r-- | README.md | 2 |
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! ``` |