diff options
author | liam4 <towerofnix@gmail.com> | 2017-07-20 22:39:30 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-07-20 22:39:30 -0300 |
commit | f7f530a2c4acea0bd9e29aa67fc84dcbeffaeb7b (patch) | |
tree | e339910d93fc01d4e3ce2e2b358b6f4ae2b3cac0 | |
parent | a7258e355364669de57396cc49a115e3aace2ef1 (diff) |
Fix to new play method in readme.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 9748da4..5956d43 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ python3 -m http.server <some_port> $ cd http-music $ yarn # to install Node.js dependencies; you'll also need `avconv` and `mpv`. $ npm run crawl-http -- <server_ip> > playlist.json -$ node . # Go! +$ node . play # Go! ``` **Zomg command line arguments documentation????** — Yes; read the docs! There's |