diff --git a/README.md b/README.md index b09cccc..0bec59e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MPD Client ========== -MPD Client built with Sinatra and CanJS. Uses Server-Sent Events for updating +MPD Client built with Sinatra and AngularJS. Uses Server-Sent Events for updating the interface in realtime. What is MPD? @@ -14,10 +14,11 @@ Find out more at . Instructions ------------ -1. Install dependencies with `bundle install`. -2. Run server with `bundle exec thin start`. -3. Connect to with your browser. -4. Profit! +1. Install and configure MPD. You're on your own with this one. +2. Install dependencies with `bundle install`. +3. Run server with `bundle exec thin start`. +4. Connect to with your browser. +5. Profit! Todo ----