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.