README.md in samlown-couchrest-0.37.2 vs README.md in samlown-couchrest-1.0.0

- old
+ new

@@ -12,17 +12,22 @@ ## Easy Install $ sudo gem install couchrest -### Relax, it's RESTful +## Relax, it's RESTful CouchRest rests on top of a HTTP abstraction layer using by default Heroku’s excellent REST Client Ruby HTTP wrapper. -Other adapters can be added to support more http libraries. -### Running the Specs +## Extended Document +As of May 2010 support for the popular CouchRest::ExtendedDocument mixin has been moved to its own gem: couchrest_extended_document. + +Most people will probably want to use this library (or one of the alternatives) to make it slightly easier to access your documents. + +## Running the Specs + The most complete documentation is the spec/ directory. To validate your CouchRest install, from the project root directory run `rake`, or `autotest` (requires RSpec and optionally ZenTest for autotest support). ## Docs @@ -36,10 +41,11 @@ Please post bugs, suggestions and patches to the bug tracker at [http://github.com/couchrest/couchrest/issues](http://github.com/couchrest/couchrest/issues). Follow us on Twitter: [http://twitter.com/couchrest](http://twitter.com/couchrest) Also, check [http://twitter.com/#search?q=%23couchrest](http://twitter.com/#search?q=%23couchrest) - + + ## Ruby on Rails CouchRest is compatible with rails and can even be used a Rails plugin. However, you might be interested in the CouchRest companion rails project: [http://github.com/hpoydar/couchrest-rails](http://github.com/hpoydar/couchrest-rails)