From 4ed332ca4cd639ede8237438fccad29c12edc9f7 Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Mon, 2 Dec 2024 11:52:52 -0800 Subject: [PATCH] Fixed readme link --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a1c490a..822ffbf 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,7 @@ this is to use the async context manager pattern: async with meshctrl.session.Session(url, **options): print(await session.list_users()) - ... + ... However, if you prefer to instantiate the object yourself, you can simply use the ``initialized`` property: @@ -81,7 +81,7 @@ API --- API is documented in the `API -Docs `__ +Docs `__