diff --git a/README.adoc b/README.adoc index 30c1607..9504d8c 100644 --- a/README.adoc +++ b/README.adoc @@ -130,7 +130,7 @@ Allows you to obtain the current stable firmware version. Example: [source,ruby] ---- client = TRMNL::API::Client.new -client.call +client.firmware # Success(#) ---- @@ -142,7 +142,7 @@ Allows you to create a log entry (which is what the device reports when it captu [source,ruby] ---- client = TRMNL::API::Client.new -client.call token: "secret", +client.log token: "secret", log: { logs_array: [ { @@ -181,7 +181,7 @@ Allows you to obtain the setup response for when a new device is setup. You must [source,ruby] ---- client = TRMNL::API::Client.new -client.call id: "A1:B2:C3:D4:E5:F6" +client.setup id: "A1:B2:C3:D4:E5:F6" # Success( # #