Fix the README

This commit is contained in:
Gavin M. Roy 2015-05-12 12:26:24 -04:00
parent 71c444c4b5
commit 0f4afdf229

View file

@ -66,7 +66,7 @@ asynchronous Tornado ``RequestHandler`` for a database named ``foo``:
os.environ['FOO_DBNAME'] = 'foo' os.environ['FOO_DBNAME'] = 'foo'
os.environ['FOO_PASSWORD'] = 'bar' os.environ['FOO_PASSWORD'] = 'bar'
class FooRequestHandler(postgresql.HandlerMixin, class FooRequestHandler(postgresql.AsyncHandlerMixin,
web.RequestHandler): web.RequestHandler):
DBNAME = 'foo' DBNAME = 'foo'
@ -94,4 +94,4 @@ Available at https://sprocketsmixinspostgresql.readthedocs.org/en/latest/history
:target: https://pypi.python.org/pypi/sprockets.mixins.postgresql :target: https://pypi.python.org/pypi/sprockets.mixins.postgresql
.. |License| image:: https://pypip.in/license/sprockets.mixins.postgresql/badge.svg? .. |License| image:: https://pypip.in/license/sprockets.mixins.postgresql/badge.svg?
:target: https://sprocketsmixinspostgresql.readthedocs.org :target: https://sprocketsmixinspostgresql.readthedocs.org