README.rdoc in ruby-pardot-1.3.1 vs README.rdoc in ruby-pardot-1.3.2

- old
+ new

@@ -8,19 +8,22 @@ === Authentication The client will authenticate before performing other API calls, but you can manually authenticate as well + require "ruby-pardot" + client = Pardot::Client.new email, password, user_key # will raise a Pardot::ResponseError if login fails # will raise a Pardot::NetError if the http call fails client.authenticate === Object Types The available objects are: +* custom_fields * emails * lists * opportunities * prospects * users