README.md in mongohq-client-0.0.2 vs README.md in mongohq-client-0.0.3

- old
+ new

@@ -1,11 +1,9 @@ # Mongohq::Client A simple MongoHQ api client for ruby -TODO: Write a gem description - ## Installation Add this line to your application's Gemfile: gem 'mongohq-client' @@ -33,9 +31,17 @@ databases = client.databases Retrive collections from database collections = client.databases.first.collections + +Retrieve documents from collection + + documents = client.databases.first.collections.first.documents + +Retrieve indexes from from collection + + indexes = client.databases.first.collections.first.indexes ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)