From 5c482052ce4d3c7c9dc6444d265de94002db6fc0 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 2 Sep 2014 16:53:15 -0400 Subject: [PATCH] Fix the rst syntax so it renders correctly on pypi --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1b133a0..0967008 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ sprockets.clients.postgresql ============================ The ``sprockets.clients.postgresql`` package wraps the -`Queries `_ package providing environment +`queries `_ package providing environment variable based configuration for connecting to PostgreSQL. |Version| |Downloads| |Status| |Coverage| |License| @@ -14,7 +14,7 @@ and can be installed via ``pip`` or ``easy_install``: .. code:: bash - pip install sprockets.clients.postgresql + pip install sprockets.clients.postgresql Documentation ------------- @@ -22,7 +22,7 @@ https://sprocketsclientspostgresql.readthedocs.org Requirements ------------ -- `queries `_ +- `queries`_ - `sprockets `_ Example