From 71fcffa02aa4fe6cdb38e40ee3544f60283a5a27 Mon Sep 17 00:00:00 2001 From: Eran Rundstein Date: Thu, 4 Feb 2016 11:23:45 -0800 Subject: [PATCH] fix spelling mistake --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.