Skip to content

Commit 6a9f29f

Browse files
Merge pull request #8 from DavisMiculis/patch-1
README typo fix
2 parents f480e7a + 71e99d9 commit 6a9f29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ client:
5959

6060
if __name__ == '__main__':
6161
# wrap Flask application with engineio's middleware
62-
app = socketio.Middleware(eio, app)
62+
app = socketio.Middleware(sio, app)
6363

6464
# deploy as an eventlet WSGI server
6565
eventlet.wsgi.server(eventlet.listen(('', 8000)), app)
@@ -74,4 +74,4 @@ Resources
7474
.. _socket.io-client: https://github.com/Automattic/socket.io-client
7575
.. _Eventlet: http://eventlet.net/
7676
.. _Documentation: http://pythonhosted.org/python-socketio
77-
.. _PyPI: https://pypi.python.org/pypi/python-socketio
77+
.. _PyPI: https://pypi.python.org/pypi/python-socketio

0 commit comments

Comments
 (0)