From bf5cc4a466e8408f407c12db1dc37f7e7e06143d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Conde?= <16060539+joao-conde@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:42:16 +0000 Subject: [PATCH] docs: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb4b4e6..09ba53a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ const tracking = await api.getTrackingDetails("7798339175"); | Name | Type | Default | Description | | ----------------------- | ----- | ------------------------------------ | ------------------------------------------------------ | -| **UPS_AUTH_URL** | `str` | `"https://onlinetools.ups.com/` | The base auth URL used for the OAuth token request. | +| **UPS_AUTH_URL** | `str` | `"https://onlinetools.ups.com/"` | The base auth URL used for the OAuth token request. | | **UPS_BASE_URL** | `str` | `"https://onlinetools.ups.com/api/"` | The base URL used for API requests. | | **UPS_API_VERSION** | `str` | `"v1"` | The version of the API to use. | | **UPS_CLIENT_ID** | `str` | `None` | The application client ID to obtain the token. |