Update README.rst

This commit is contained in:
Kenneth Reitz 2016-02-03 21:51:00 -05:00
parent 1f571eff77
commit ed60987664

View file

@ -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 <http://www.gevent.org>`_
and `gevent-websocket <https://bitbucket.org/Jeffrey/gevent-websocket>`_.
and `gevent-websocket <https://bitbucket.org/noppo/gevent-websocket>`_.
The given example can run standalone as main.