README.markdown in zk-1.1.0 vs README.markdown in zk-1.1.1

- old
+ new

@@ -16,10 +16,17 @@ [ZooKeeper]: http://zookeeper.apache.org/ "Apache ZooKeeper" [zookeeper gem]: https://github.com/slyphon/zookeeper "slyphon-zookeeper gem" [MIT]: http://www.gnu.org/licenses/license-list.html#Expat "MIT (Expat) License" [Snapfish]: http://www.snapfish.com/ "Snapfish" +## Contacting the author + +* I'm usually hanging out in IRC on freenode.net in the BRAND NEW #zk-gem channel. +* if you really want to, you can also reach me via twitter [@slyphon][] + +[@slyphon]: https://twitter.com/#!/slyphon + ## New in 1.1 !! ## * NEW! Thread-per-Callback event delivery model! [Read all about it!](https://github.com/slyphon/zk/wiki/EventDeliveryModel). Provides a simple, sane way to increase the concurrency in your ZK-based app while maintaining the ordering guarantees ZooKeeper makes. Each callback can perform whatever work it needs to without blocking other callbacks from receiving events. Inspired by [Celluloid's](https://github.com/celluloid/celluloid) actor model. * Use the [zk-server](https://github.com/slyphon/zk-server) gem to run a standalone ZooKeeper server for tests (`rake SPAWN_ZOOKEEPER=1`). Makes live-fire testing of any project that uses ZK easy to run anywhere! @@ -159,13 +166,6 @@ [szk-repo]: https://github.com/slyphon/zookeeper [szk-repo-bundler]: https://github.com/slyphon/zookeeper/tree/dev/gemfile/ [szk-jar-gem]: https://rubygems.org/gems/slyphon-zookeeper_jar [szk-jar-repo]: https://github.com/slyphon/zookeeper_jar -## Contacting the author - -* Send me a github message (slyphon) -* I'm usually hanging out in IRC on freenode.net in #ruby-lang and in #zookeeper -* if you really want to, you can also reach me via twitter [@slyphon][] - -[@slyphon]: https://twitter.com/#!/slyphon