README.md in propono-0.8.2 vs README.md in propono-0.9.0

- old
+ new

@@ -102,9 +102,10 @@ You then simply pass the `:udp` protocol into `publish`: ```ruby Propono.publish('some-topic', message, protocol: :udp) +``` As per the `listen_to_tcp` method explained above, you now listen to udp or use the proxy method: ```ruby Propono.listen_to_udp do |topic, message|