From 21af790b3f51919f815ef49a50abe26e99fbc1f0 Mon Sep 17 00:00:00 2001 From: Kendria Miller <156156009+leheadfull@users.noreply.github.com> Date: Tue, 28 May 2024 19:51:05 -0400 Subject: [PATCH] Update README.md Updated some misspellings on line 81. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3200db0..9128156 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Now we have a client object, we can ping the AvaTax REST V2 server to ensure con # to view the raw response print(response.raw()) ``` -Note that the response from all REST calls made using this SDK will be [Request](http://docs.python-requests.org/en/master/user/quickstart/#response-content) object, which contains status code, response text, raw josn, and more information on the respnse. +Note that the response from all REST calls made using this SDK will be [Request](http://docs.python-requests.org/en/master/user/quickstart/#response-content) object, which contains the status code, response text, raw JSON, and more information on the response. **Add credentials to your client object**