pusher-community / pusher-realtime-chat-widget

Example Realtime Chat Widget that can be added to any web page or app.
97 stars 87 forks source link

Text Change to README #18

Closed LucasCioffi closed 10 years ago

LucasCioffi commented 10 years ago

This is in the Ruby part of the README:

var pusher = new Pusher('49e26cb8e9dde3dfc009')

Perhaps it should probably change to the following to match the instructions at http://pusher.com/tutorials/realtime_chat_widget

var pusher = new Pusher('YOUR_APP_KEY')

Or some other way to let beginners know that they should replace the key with their own.

zimbatm commented 10 years ago

Thanks for the tip Lucas