README.rdoc in capistrano-campfire-0.1.3 vs README.rdoc in capistrano-campfire-0.2.0

- old
+ new

@@ -20,9 +20,31 @@ task :ohai do campfire_room.speak 'o hai' end + +You can also be posting to multiple campfire rooms/accounts. + + require 'capistrano/campfire' + + set :campfire_options, :rooms => [{ + :account => 'zim', + :room => 'World Conquest', + :token => '001000101110101001011112', + }, { + :account => 'swolleneyeballnetwork', + :room => 'Agents', + :token => '2001000101110101001011110', + }], + :ssl => true + + + task :ohai do + campfire_rooms.speak 'o hai' + end + + == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a