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