diff --git a/README.rst b/README.rst index b16acae..8cdfdc6 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ A custom Gunicorn worker is included to make deployment as friendly as possible: $ gunicorn -k flask_sockets.worker hello:app Production services are provided by `gevent `_ -and `gevent-websocket `_. +and `gevent-websocket `_. The given example can run standalone as main.