update README.md

This commit is contained in:
StevanFreeborn
2022-05-03 09:00:55 -05:00
parent 3ce836f6d6
commit cfbe54203b
+1 -1
View File
@@ -29,7 +29,7 @@ In order to successfully interact with the Onspring Api you will need an API key
### `OnspringClient` ### `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` - `baseUrl` - currently this should always be: `https://api.onspring.com`
- `apiKey` - the value obtained by following the steps in the **API Key** section - `apiKey` - the value obtained by following the steps in the **API Key** section