diff --git a/README.md b/README.md index c126a63..a75437a 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ Serving WebSockets in Python was really easy, if you used Gevent, AsyncIO, etc. To install Flask-Sockets, simply: -```pip install Flask-Sockets``` +```pip install flask-threaded-sockets``` ## WebSocket Interface The websocket interface that is passed into your routes is the same as [gevent-websocket](https://bitbucket.org/noppo/gevent-websocket). The basic methods are fairly straightforward —  -``send``, ``receive``, ``send_frame``, and ``close``. \ No newline at end of file +``send``, ``receive``, ``send_frame``, and ``close``.