Skip to content

Commit

Permalink
chore: docs fix (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode authored Dec 14, 2024
1 parent 93629d6 commit 52495fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ dotnet add package Finbuckle.MultiTenant.AspNetCore

Finbuckle.MultiTenant is simple to get started with. Below is a sample app configured to use the subdomain as the tenant
identifier and the app's [configuration](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/) (
most likely from a`appsettings.json` file) as the source of tenant details.
most likely from an `appsettings.json` file) as the source of tenant details.

```csharp
using Finbuckle.MultiTenant;
Expand Down

0 comments on commit 52495fb

Please sign in to comment.