examples/sinatra/README.md in asana_exception_notifier-0.0.1 vs examples/sinatra/README.md in asana_exception_notifier-0.0.2

- old
+ new

@@ -4,11 +4,11 @@ Quick start ----------- ``` git clone git@github.com:bogdanRada/asana_exception_notifier.git -cd exception_notification/examples/sinatra +cd asana_exception_notifier/examples/sinatra bundle install bundle exec foreman start ``` -The last command starts the sinatra app itself. Thus, visit [http://localhost:1080/](http://localhost:1080/) to check the asana notification is sent and, in a separated tab, visit [Asana.com](http://asana.com) and cause some errors. For more info, use the [source](https://github.com/bogdanRada/asana_exception_notifier/blob/master/examples/sinatra/sinatra_app.rb). +The last command starts the sinatra app itself. Thus, visit [http://localhost:3000/](http://localhost:3000/) to run the application, and check the asana notification is sent in a separated tab by visiting [Asana.com](http://asana.com) For more info, use the [source](https://github.com/bogdanRada/asana_exception_notifier/blob/master/examples/sinatra/sinatra_app.rb).