diff --git a/README.rst b/README.rst index f6a6a43..e8df2d3 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ If you're only expecting one result: .. code:: python - >>> rows.one() + >>> rows.first() Other options include ``rows.as_dict()`` and ``rows.as_dict(ordered=True)``.