README.md in private_pub-1.0.0 vs README.md in private_pub-1.0.1
- old
+ new
@@ -1,9 +1,9 @@
# Private Pub
Private Pub is a Ruby gem for use with Rails to publish and subscribe to messages through [Faye](http://faye.jcoglan.com/). It allows you to easily provide real-time updates through an open socket without tying up a Rails process. All channels are private so users can only listen to events you subscribe them to.
-This project was motivated by [RailsCasts episode #260](http://railscasts.com/episodes/260-messaging-with-faye).
+Watch [RailsCasts Episode 316](http://railscasts.com/episodes/316-private-pub) for a demonstration of Private Pub.
## Setup
Add the gem to your Gemfile and run the `bundle` command to install it.