README.md in auto_ria_api-0.1.5 vs README.md in auto_ria_api-0.1.6

- old
+ new

@@ -26,15 +26,16 @@ # create an instance @client = AutoRiaApi::Base.new(api_key: ENV['AUTO_RIA_API_KEY']) # Methods: @client.types -@client.carcasses(type:, grouped: false, all: false) +@client.carcasses(type:, options: { grouped: false, all: false }) @client.marks(type:) -@client.models(type:, mark, grouped: false, all: false) +@client.models(type:, mark, options: { grouped: false, all: false }) @client.regions @client.cities(region:) @client.gearboxes(type:) +@client.driver_types(type:) @client.fuels @client.colors @client.options(type:) @client.info(car_id:)