readme: there we go

This commit is contained in:
Kenneth Reitz
2013-09-30 21:18:20 -04:00
parent 5c160af1d0
commit 16e3b4c5a9
+1 -3
View File
@@ -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.