mirror of
https://github.com/kennethreitz/flask-sockets.git
synced 2026-06-05 23:10:16 +00:00
readme: there we go
This commit is contained in:
+1
-3
@@ -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.
|
||||
Reference in New Issue
Block a user