Update README.rst

This commit is contained in:
2016-02-03 21:31:56 -05:00
parent 2a02568e07
commit 6feac2a9b7
+1 -1
View File
@@ -68,7 +68,7 @@ WebSocket Interface
-------------------
The websocket interface that is passed into your routes is
`provided by gevent-websocket <https://bitbucket.org/Jeffrey/gevent-websocket/src/6da9851586843a655851b1b196c0d90599de091d/geventwebsocket/websocket.py?at=v0.3.6>`_.
`provided by gevent-websocket <https://bitbucket.org/noppo/gevent-websocket>`_.
The basic methods are fairly straitforward — 
``send``, ``receive``, ``send_frame``, and ``close``.