We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93629d6 commit 46b9ccfCopy full SHA for 46b9ccf
docs/GettingStarted.md
@@ -18,7 +18,7 @@ $ dotnet add package Finbuckle.MultiTenant.AspNetCore
18
19
Finbuckle.MultiTenant is simple to get started with. Below is a sample app configured to use the subdomain as the tenant
20
identifier and the app's [configuration](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/) (
21
-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.
22
23
```csharp
24
using Finbuckle.MultiTenant;
0 commit comments