From 8f6923ea93d8d9e15ba011654338e40959031413 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Mon, 2 May 2022 16:48:31 -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 453a897..c5673d1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ client = OnspringClient(url, key) ## Full API Documentation -You may wish to refer to the full [Onspring API documentation](https://software.onspring.com/hubfs/Training/Admin%20Guide%20-%20v2%20API.pdf) when determining which values to pass parameters to some of the `OnspringClient` methods. There is also a swagger page that you can use for making exploratory requests. +You may wish to refer to the full [Onspring API documentation](https://software.onspring.com/hubfs/Training/Admin%20Guide%20-%20v2%20API.pdf) when determining which values to pass as parameters to some of the `OnspringClient` methods. There is also a [swagger page](https://api.onspring.com/swagger/index.html) that you can use for making exploratory requests. ## Example Code