From 96873279fe845c799a619e15f0a84f4ba76f5770 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Feb 10 2016 09:46:54 +0000 Subject: Typofix. --- diff --git a/README.rst b/README.rst index 3897a15..264e5a2 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ If you want to test it with 8 worker threads, try ``gunicorn``:: $ pip install gunicorn $ gunicorn -w 8 -t 60 --log-config logging.ini --reload hubs.app:app -Note that then tje application is available at http://localhost:8000/ +Note that then the application is available at http://localhost:8000/ When hacking on widgets, it is useful to have this one-liner handy. It removes the db alltogether, re-populates it, and restarts the app::