Update README

This commit is contained in:
Chad Whitacre
2016-11-21 19:44:51 -05:00
parent 3b7438f130
commit 16321e4ae4
+1 -1
View File
@@ -53,7 +53,7 @@ If you're only expecting one result:
.. code:: python
>>> rows.one()
>>> rows.first()
<Record {"username": ...}>
Other options include ``rows.as_dict()`` and ``rows.as_dict(ordered=True)``.