From ea8cea0ac17235f62a742f9d1be9f36535e30a15 Mon Sep 17 00:00:00 2001 From: Martijn Pieters Date: Fri, 6 Oct 2023 19:20:43 +0100 Subject: [PATCH] Correct function name in documentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c0b468..03b5a0b 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i ```python from onepasswordconnectsdk.client import ( Client, - new_client_from_env, + new_client_from_environment, ) - connect_client: Client = new_client_from_env() + connect_client: Client = new_client_from_environment() client.get_item("{item_id}", "{vault_id}") ``` @@ -52,7 +52,7 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i ```python from onepasswordconnectsdk.client import ( Client, - new_client_from_env, + new_client_from_environment, } from onepasswordconnectsdk.models import ( @@ -61,7 +61,7 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i Field ) - connect_client: Client = new_client_from_env() + connect_client: Client = new_client_from_environment() # Example item creation. Create an item with your desired arguments. item = Item(