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