summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJamie Matthews <[email protected]>2010-02-11 02:08:17 +0000
committerJamie Matthews <[email protected]>2010-02-11 02:08:17 +0000
commit7d65ce07f0e751f9f07299668f31f942d42bad78 (patch)
tree940288a0a0c39dcc6c9dd40d6f753a471926bb8e /README.markdown
parent6c515e09ef2a8aa8df91d2cdb158deb365e73e28 (diff)
Fixed typo in README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 8ab321d..47a1382 100644
--- a/README.markdown
+++ b/README.markdown
@@ -60,7 +60,7 @@ Let's start with a simple example. Say we have a table called `person` which con
#### Single records ####
-Any method chain that ends in `find_one` will return either a *single* instance of the ORM class representing the database row you requested, or `false` if no matching record was found.
+Any method chain that ends in `find_one()` will return either a *single* instance of the ORM class representing the database row you requested, or `false` if no matching record was found.
To find a single record where the `name` column has the value "Fred Bloggs":