Skip to content

Commit

Permalink
Update README.md (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldohampton authored Sep 27, 2024
1 parent 1013188 commit 00a16f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Make sure to add your `SecretKey` to your application configuration, ideally via
```cs
builder.Services.AddClerkApiClient(config =>
{
config.SecretKey = builder.Configuration["Clerk:SecretKey"]!
config.SecretKey = builder.Configuration["Clerk:SecretKey"]!;
});
```

Expand Down

0 comments on commit 00a16f5

Please sign in to comment.