From a86bb67656feb42fb4543bbf31382a20105ed86a Mon Sep 17 00:00:00 2001 From: Itai Hanski Date: Sun, 5 May 2024 13:42:17 +0300 Subject: [PATCH] Fix README formatting (#24) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81bc0c7..2699fbf 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ catch Users can also connect the social login account to their existing user: -````cs +```cs // A valid Refresh Token of the existing user is required. // If allowAllMerge is 'true' the users will be merged also if there is no common identifier between the social provider and the existing user (like email). try @@ -833,4 +833,4 @@ If you need help you can email [Descope Support](mailto:support@descope.com) ## License -The Descope SDK for Go is licensed for use under the terms and conditions of the [MIT license Agreement](https://github.com/descope/descope-dotnet/blob/main/LICENSE). +The Descope SDK for .NET is licensed for use under the terms and conditions of the [MIT license Agreement](https://github.com/descope/descope-dotnet/blob/main/LICENSE).