From 437abfcc8b052aea080899458f95dd752c4438c0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 5 Mar 2022 20:17:50 +0000 Subject: [PATCH] Update README.md fix name of factory function in readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index e5aab25..df5143f 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,6 @@ For sending a text command several configuration options are available: - `channel`: from 0 to 255 - `bps`: bitrate of stream, default 0 should be safe for most cases. -only applies to `sendtext`: -- `delay`: default 0.001 - - #### Use with a context manager: It is advised to use this code with a context manager. Parameter coverage is not as extensive for the RT Packet Service as with the Remote API. @@ -82,7 +78,7 @@ A *kind* specifies a major Voicemeeter version. Currently this encompasses - `banana` - `potato` -#### `vban_cmd.connect(kind_id, ip=ip) -> '(VbanCmd)'` +#### `vbancmd.connect(kind_id, ip=ip) -> '(VbanCmd)'` Factory function for remotes. - `ip`: remote pc you wish to send requests to.