From 16e3b4c5a9e5fa6eb81d3d416cfdcbfa95a78588 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Sep 2013 21:18:20 -0400 Subject: [PATCH] readme: there we go --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1a1ab89..59dfe23 100644 --- a/README.rst +++ b/README.rst @@ -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. \ No newline at end of file +Serving WebSockets in Python were really difficult. Now they're not. \ No newline at end of file