README.md in danthes-1.0.3 vs README.md in danthes-1.0.4
- old
+ new
@@ -1,14 +1,14 @@
-# d'Anthès [![Build Status](https://secure.travis-ci.org/simonoff/danthes.png?branch=master)](http://travis-ci.org/simonoff/danthes)
+# d'Anthès [![Build Status](https://secure.travis-ci.org/phenomena/danthes.png?branch=master)](http://travis-ci.org/phenomena/danthes)
d'Anthès 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. Based on PrivatePub gem.
## Docs
-[Ruby](http://rubydoc.info/github/simonoff/danthes/frames)
+[Ruby](http://rubydoc.info/github/phenomena/danthes/frames)
-[CoffeeScript](https://github.com/simonoff/danthes/wiki/CoffeeScript-documentation)
+[CoffeeScript](https://github.com/phenomena/danthes/wiki/CoffeeScript-documentation)
## Setup
Add the gem to your Gemfile and run the `bundle` command to install it.
@@ -144,10 +144,10 @@
The `publish_to` method will send a post request to the Faye server (using `Net::HTTP`) instructing it to send the given data back to the browser.
## Development & Feedback
-Questions or comments? Please use the [issue tracker](https://github.com/simonoff/danthes/issues). Tests can be run with `bundle` and `rake` commands.
+Questions or comments? Please use the [issue tracker](https://github.com/phenomena/danthes/issues). Tests can be run with `bundle` and `rake` commands.
## TODO
- Add support for faye subscribe callbacks