From e344a40ca5330cc80361e411e66cb941af12cfde Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Mon, 2 May 2022 16:20:47 -0500 Subject: [PATCH] update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1526441..a0c1930 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,15 @@ The most common way to use the SDK is to create an OnspringClient instance and c It is best practice to read these values in from a configuration file for both flexibility and security purposes. -For example: +Example config.ini file: +```py +[prod] +key = 000000ffffff000000ffffff/00000000-ffff-0000-ffff-000000000000 +url = https://api.onspring.com +``` + +Example constructing `OnspringClient`: ```py import sys from OnspringClient import OnspringClient