From 6feac2a9b7d00a61fc43e34c20c7bb467e809e73 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Feb 2016 21:31:56 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.