From 3f255d6b45ed7933d9dafc850dfff5ee8b684cc8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 17 Aug 2023 23:31:26 +0100 Subject: [PATCH] upd attribute ssection in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ae994..441cc49 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For both request responses and event data you may inspect the available attribut example: ```ruby -resp = cl.get_version +resp = @r_client.get_version p resp.attrs @e_client.on :input_mute_state_changed do |data|