From 94fa33cebfd13a68a022d6e0b7ff8e2597d41764 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 13 Jul 2023 08:58:06 +0100 Subject: [PATCH] md fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e97c2ce..8d786e0 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ Returns a `VbanRtPacket`. Designed to be used internally by the interface but av States not guaranteed to be current (requires use of dirty parameters to confirm). -## `Errors` +## Errors - `errors.VBANCMDError`: Exception raised when general errors occur. - `errors.VBANCMDConnectionError`: Exception raised when connection/timeout errors occur. @@ -526,7 +526,7 @@ with vban_cmd.api('banana', **opts) as vban: ... ``` -### `Tests` +## Tests First make sure you installed the [development dependencies](https://github.com/onyx-and-iris/vban-cmd-python#installation)