From 71e99d9a6b0804942bb9e507b3ce984143bee3ba Mon Sep 17 00:00:00 2001 From: Davis Miculis Date: Tue, 8 Dec 2015 02:37:02 +0200 Subject: [PATCH] README typo fix Important typo fix in README example code. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6ee835d..a2f9bb9 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ client: if __name__ == '__main__': # wrap Flask application with engineio's middleware - app = socketio.Middleware(eio, app) + app = socketio.Middleware(sio, app) # deploy as an eventlet WSGI server eventlet.wsgi.server(eventlet.listen(('', 8000)), app) @@ -74,4 +74,4 @@ Resources .. _socket.io-client: https://github.com/Automattic/socket.io-client .. _Eventlet: http://eventlet.net/ .. _Documentation: http://pythonhosted.org/python-socketio -.. _PyPI: https://pypi.python.org/pypi/python-socketio \ No newline at end of file +.. _PyPI: https://pypi.python.org/pypi/python-socketio