Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mloughran committed Dec 5, 2011
1 parent 9584b5b commit 71e6e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ There are two branches which demonstrate some different approaches:

* `send_messages_with_client_events`: Uses [client events](http://pusher.com/docs/client_events) to send chat messages rather than an ajax call to the rails app. This reduces latency but means that persistence isn't possible on the server. It also uses client events to send typing notifications to other browsers which is a nice use case for client events. Note: This will only work for you if client events have been enabled for your app.

Before running locally, add some Pusher credentials to `config/environments/development.rb`. Then run with
Before running locally, add some Pusher credentials to `config/initializers/pusher_init.rb`. Then run with

script/rails server

Expand Down

0 comments on commit 71e6e82

Please sign in to comment.