readme: there we go
This commit is contained in:
parent
5c160af1d0
commit
16e3b4c5a9
1 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@ Flask-Sockets
|
|||
Elegant WebSockets for your Flask apps.
|
||||
|
||||
|
||||
Serving WebSockets in Python were really difficult.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from flask import Flask
|
||||
|
@ -24,4 +22,4 @@ Serving WebSockets in Python were really difficult.
|
|||
def hello():
|
||||
return 'Hello World!'
|
||||
|
||||
Now they're not.
|
||||
Serving WebSockets in Python were really difficult. Now they're not.
|
Loading…
Add table
Reference in a new issue