From 52495fbaaedc669739ccc46480a64fa9241d042c Mon Sep 17 00:00:00 2001 From: Andrew White Date: Fri, 13 Dec 2024 22:23:15 -0700 Subject: [PATCH] chore: docs fix (#915) --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 56e17e54..99947b9a 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -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;