README.markdown in couchpillow-0.3.2 vs README.markdown in couchpillow-0.3.3
- old
+ new
@@ -44,10 +44,10 @@
Retrieving Documents:
doc = CouchPillow::Document.get('123')
- doc.stuff # '123'
+ doc.stuff # 'hello'
Overriding `CouchPillow::Document`:
class User < CouchPillow::Document