From 4abaeec0d078f7808641489858e395b42e6c2437 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Mon, 2 May 2022 16:22:06 -0500 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c1930..e72a28d 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,14 @@ It is best practice to read these values in from a configuration file for both f Example config.ini file: -```py +```ini [prod] key = 000000ffffff000000ffffff/00000000-ffff-0000-ffff-000000000000 url = https://api.onspring.com ``` Example constructing `OnspringClient`: + ```py import sys from OnspringClient import OnspringClient