From 4d0b9302f7997657dfeadad1822ace5b2e7ace2e Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Tue, 30 Sep 2008 16:09:15 -0700 Subject: [PATCH] typo in readme --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index c4543cf..f1c61bd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -53,4 +53,4 @@ Creating and Querying Views: CouchRest::Model is a module designed along the lines of DataMapper::Resource. By including it in your class, suddenly you get all sorts of magic sugar, so that working with CouchDB in your Rails or Merb app is no harder than working with the -standard SQL alternatives. See the CouchRest::Model documentation for and example article class that illustrates usage. +standard SQL alternatives. See the CouchRest::Model documentation for an example article class that illustrates usage.