README.md in acuitydata-0.0.2 vs README.md in acuitydata-0.0.3

- old
+ new

@@ -24,10 +24,14 @@ ```ruby require 'acuitydata' client = AcuityData::Client.new - + client.make + client.model(make, year = nil) + client.year(make, model = nil) + client.variant(make, model, year) + client.report(make, model, variant, year, mileage) ``` ### Endpoints -