From 59ba1728825285ec95062eed7cac0e86cde0650e Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:44:32 +0300 Subject: [PATCH] Minor fixes --- .github/workflows/release.yml | 1 - README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b985424..48b6ad0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,6 @@ jobs: run: > dotnet test --no-build - --framework net462 --configuration Release --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" -- diff --git a/README.md b/README.md index 463033f..96521bd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Install the [NuGet Package](https://nuget.org/packages/Passwordless): 💡 See the full [Getting started guide](https://docs.passwordless.dev/guide/get-started.html) in the official documentation. -#### Register using Dependency Injection +### Register using Dependency Injection ```csharp // In Program.cs or Startup.cs @@ -46,8 +46,8 @@ services.AddPasswordlessSdk(options => options.ApiKey = "your_api_key"; options.ApiSecret = "your_api_secret"; }); - ``` + ### Register a passkey ```csharp