From 68177c3c6c72eba28e3f89ac47dde35295151c21 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 13 Jul 2023 08:54:21 +0100 Subject: [PATCH] md fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 218a64b..b338122 100644 --- a/README.md +++ b/README.md @@ -840,12 +840,12 @@ True iff a macrobutton has been updated. True iff a level has been updated. -### `Errors` +### Errors - `errors.VMError`: Exception raised when general errors occur. - `errors.InstallError`: Exception raised when installation errors occur. - `errors.CAPIError`: Exception raised when the C-API returns error values. - - Error codes are stored in {Exception Class}.code. For a full list of error codes [check the VoicemeeterRemote header file][[Voicemeeter Remote Header]. + - Error codes are stored in {Exception Class}.code. For a full list of error codes [check the VoicemeeterRemote header file][Voicemeeter Remote Header]. ### Logging