From 9d3b504cb0a0290fa6191e68d1bc78bca43c3bc9 Mon Sep 17 00:00:00 2001 From: tniezg Date: Fri, 3 Dec 2021 14:21:13 +0100 Subject: [PATCH] Fix OAuth Authentication link in TOC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f974149d..d9b96764 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Developed and maintained by: - [Bearer token](#bearer-token) - [Confirmation token](#confirmation-token) - [Endpoints](#endpoints) - - [Authentication](#authentication) + - [OAuth Authentication](#oauth-authentication) - [getToken](#getToken) - [refreshToken](#refreshToken) - [revokeToken](#revokeToken)