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