From 1c2e50cab1bfd455eaf06a754849411f5c8b8bb6 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 1 Oct 2013 17:29:54 +0200 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9595360..9e97426 100644 --- a/README.rst +++ b/README.rst @@ -54,6 +54,6 @@ WebSocket Interface The websocket interface that is passed into your routes is `provided by gevent-websocket `_. The basic methods are fairly straitforward —  -``send``, ``receive``, ``send_fname``, and ``close``. +``send``, ``receive``, ``send_frame``, and ``close``. Hopefully, more documentation will be available soon.