From 1c24b4bc1e29b48ab3f70d5f0183f4cc12ae1151 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 26 Jul 2022 22:06:06 +0100 Subject: [PATCH] snake case func name to match changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18301e4..6eb047c 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,5 @@ from obsstudio_sdk.reqs import ReqClient cl = ReqClient('localhost', 4455, 'mystrongpass') # Toggle the mute state of your Mic input -cl.ToggleInputMute('Mic/Aux') +cl.toggle_input_mute('Mic/Aux') ```