From d970e71e5c81f826c54560b88ccb6c5e2771831d Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Fri, 22 Dec 2023 21:53:32 -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 4a11228..dbf6b74 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To implement OAuth, you'll need a registred Webflow App. ### Step 1: Authorize URL The first step in OAuth is to generate an authorization url. Use this URL -to fetch your authorization code. See the [docs](https://docs.developers.webflow.com/v1.0.0/docs/oauth#user-authorization +to fetch your authorization code. See the [docs](https://docs.developers.webflow.com/v1.0.0/docs/oauth#user-authorization) for more details. ```python