README.rdoc in mumble-ruby-1.1.0 vs README.rdoc in mumble-ruby-1.1.1

- old
+ new

@@ -66,10 +66,10 @@ # Initiate the connection to the client cli.connect # => #<Thread:0x000000033d7388 run> # Mute and Deafen yourself after connecting - cli.on_connect do + cli.on_connected do cli.me.mute cli.me.deafen end # Join the channel titled "Chillen" (this will return a channel object for that channel)