Skip to content

Commit 2fac13c

Browse files
authored
Minor fixes (#36)
1 parent 49c64a1 commit 2fac13c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
run: >
2323
dotnet test
2424
--no-build
25-
--framework net462
2625
--configuration Release
2726
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
2827
--

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install the [NuGet Package](https://nuget.org/packages/Passwordless):
3737

3838
💡 See the full [Getting started guide](https://docs.passwordless.dev/guide/get-started.html) in the official documentation.
3939

40-
#### Register using Dependency Injection
40+
### Register using Dependency Injection
4141

4242
```csharp
4343
// In Program.cs or Startup.cs
@@ -46,8 +46,8 @@ services.AddPasswordlessSdk(options =>
4646
options.ApiKey = "your_api_key";
4747
options.ApiSecret = "your_api_secret";
4848
});
49-
5049
```
50+
5151
### Register a passkey
5252

5353
```csharp

0 commit comments

Comments
 (0)