README.rdoc in storage_room-0.1.4 vs README.rdoc in storage_room-0.2.0
- old
+ new
@@ -13,10 +13,10 @@
== Basic Usage
This is a walkthrough with all steps you need to setup a devise entry, including model, migration, route files, and optional configuration.
StorageRoom.authenticate(YOUR_ACCOUNT_ID, YOUR_APPLICATION_API_KEY)
- collection = StorageRoom::Collection.find('guidebooks')
+ collection = StorageRoom::Collection.find('4ddaf68b4d085d374a000003')
entries = collection.entries
entry = entries.resources.first
entry[:name] = 'Foobar'