From a6e170a836e70334db3b99a7d51803467305ae8c Mon Sep 17 00:00:00 2001 From: Dragan Dordevic <70600946+differex80@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:56:49 +0200 Subject: [PATCH] README typo fix: mehtod -> method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3200db0..e174910 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ For information on other models use by AvaTax APIs, visit our information page [ ### Use other methods -Like our SDKs in other languages, the Python SDK includes all methods offered by the AvaTax REST V2 API. To find a mehtod corresponding to a specific API endpoint, simply visit this [code page](https://github.com/avadev/AvaTax-REST-V2-Python-SDK/blob/master/src/client_methods.py) +Like our SDKs in other languages, the Python SDK includes all methods offered by the AvaTax REST V2 API. To find a method corresponding to a specific API endpoint, simply visit this [code page](https://github.com/avadev/AvaTax-REST-V2-Python-SDK/blob/master/src/client_methods.py) To learn more about integrating our REST API into your system, visit our [developer guide](https://developer.avalara.com/avatax/dev-guide/getting-started-with-avatax/) that contains information on using the powerful features offered by our API.