From 4ef1d0465b3f61a5201487cf67a5f23857473de9 Mon Sep 17 00:00:00 2001 From: eric-fish Date: Mon, 8 Sep 2014 19:00:36 -0600 Subject: [PATCH] Small fixes to README.rst * Correct capitalization of the Python Package Index acronym * Change `heldeup` to `held up` --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5ab360d3..53e27919 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Install from sources:: $ python setup.py install -Or from Pypi:: +Or from PyPI:: $ pip install -U gunicorn @@ -150,7 +150,7 @@ Gunicorn provides an optional instrumentation of the arbiter and workers using the statsD_ protocol over UDP. Thanks to the `gunicorn.instrument.statsd` module, Gunicorn becomes a statsD client The use of UDP cleanly isolates Gunicorn from the receiving end of the statsD -metrics so that instrumentation does not cause Gunicorn to be heldeup by a slow +metrics so that instrumentation does not cause Gunicorn to be held up by a slow statsD consumer. To use statsD, just tell gunicorn where the statsD server is: