From 29435e1c26b39c7ca027fa5b24b2f7625cad31a8 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Tue, 3 May 2022 10:52:21 -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 395e12b..d0e9ded 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Each `OnspringClient` method - aside from `CanConnect` - returns an `ApiResponse The goal with this `ApiResponse` object is to provide the flexibility to do with the response what you'd like as well as already having the raw JSON response deserialized to python objects. -If you do want to handle and/or manipulate the response object yourself you will want to use the value of the 'ApiResponse''s `raw` property which will be a [`Response` object](https://docs.python-requests.org/en/latest/user/advanced/#request-and-response-objects) from the Requests library. +If you do want to handle and/or manipulate the response object yourself you will want to use the value of the `ApiResponse`'s `raw` property which will be a [`Response`](https://docs.python-requests.org/en/latest/user/advanced/#request-and-response-objects) object from the Requests library. ## Full API Documentation