README.md in nds_api-0.1.4 vs README.md in nds_api-0.1.5

- old
+ new

@@ -20,13 +20,29 @@ ## Usage ```ruby nds = NdsApi::Client.new( - user: 'username', - password: '############' + user: 'username', #required + password: '############', #required + agency_key: 123 # optionals ) ``` + +##### AGENCY + +Get Agency Option By Id + +```ruby +nds.get_agency_option(option_id) +``` + + +Required: agency_key param, see usage section. + +Will raise 'NDS API GEM: Agency Key required' if Agency Key not specified + +Contact NDS to get your agency key. ##### CLIENT Create client