From cfbe54203bb0a9beb7a9209f226b04de3291bdc8 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Tue, 3 May 2022 09:00:55 -0500 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2b613..5d3e369 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ In order to successfully interact with the Onspring Api you will need an API key ### `OnspringClient` -The most common way to use the SDK is to create an OnspringClient instance and call its methods. Its constructor requires two parameters: +The most common way to use the SDK is to create an `OnspringClient` instance and call its methods. Its constructor requires two parameters: - `baseUrl` - currently this should always be: `https://api.onspring.com` - `apiKey` - the value obtained by following the steps in the **API Key** section