README.markdown in couchpillow-0.3.3 vs README.markdown in couchpillow-0.3.4

- old
+ new

@@ -1,14 +1,13 @@ # CouchPillow -Light and comfortable Document wrapper and integrity tool for Couchbase Server. +Light and comfortable Document integrity tool for Couchbase Server. ## Why CouchPillow? -Yet another ORM? Not quite. CouchPillow is a wrapper to Couchbase Documents -and also an integrity tool to make sure that all current and existing documents -can work nicely with the current code. +CouchPillow is an integrity tool for Couchbase Documents to make sure that all +current and existing documents can work nicely with the current code. CouchPillow separates itself from the database drivers, making it light and independent from the implementation. Although it is initially designed to work with Couchbase Server, one can easily extend this to other NoSQL drivers as long as they `respond_to?` the `set`, `delete`, `replace`, and `get` methods.