diff --git a/README.md b/README.md index 01517e6..32eacee 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Check the mixin or the ExtendedDocument class to see how to implement your own c property :last_name, :alias => :family_name property :read_only_value, :read_only => true - property :name, :length => 4...20 - property :price, :type => Integer + property :name, :length => 4...20 + property :price, :type => Integer ### Casting @@ -166,7 +166,6 @@ Low level usage: Article.paginate(:design_doc => 'Article', :view_name => 'by_date', :per_page => 3, :page => 2, :descending => true, :key => Date.today, :include_docs => true) - ## Ruby on Rails CouchRest is compatible with rails and can even be used a Rails plugin.