Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 authored Jul 15, 2020
1 parent ee42084 commit d889e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
``send``, ``receive``, ``send_frame``, and ``close``.

0 comments on commit d889e40

Please sign in to comment.