README.md in angelo-0.3.2 vs README.md in angelo-0.3.3

- old
+ new

@@ -91,10 +91,10 @@ websockets[:bar].each {|ws| ws.write params[:bar]} end end -Foo.run +Foo.run! ``` In this case, any clients that connected to a websocket at the path '/' would be stashed in the default websockets array; clients that connected to '/bar' would be stashed into the `:bar` section.