From a08ad553af8baa4343aa98bd66a080c7fe0e936d Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Wed, 4 May 2022 10:39:17 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf45640..01300de 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ url = https://api.onspring.com Example constructing `OnspringClient`: ```python -from OnspringClient import OnspringClient +from OnspringApiSdk.OnspringClient import OnspringClient from configparser import ConfigParser cfg = ConfigParser()