diff --git a/README.rst b/README.rst index a51153c..32257fe 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ WebSocket Interface ------------------- The websocket interface that is passed into your routes is -`provided by gevent-websocket `_. +`provided by gevent-websocket `_. The basic methods are fairly straitforward —  ``send``, ``receive``, ``send_frame``, and ``close``.