From 18784169eb1e0a65303b9d560fb716998ff14722 Mon Sep 17 00:00:00 2001 From: Michael Deutsch Date: Mon, 17 Jul 2023 09:21:06 +0300 Subject: [PATCH 1/2] Update stack-dotnet.md Add missing backtick --- docs/stack/get-started/om-clients/stack-dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stack/get-started/om-clients/stack-dotnet.md b/docs/stack/get-started/om-clients/stack-dotnet.md index 543d9df4..e7501c6c 100644 --- a/docs/stack/get-started/om-clients/stack-dotnet.md +++ b/docs/stack/get-started/om-clients/stack-dotnet.md @@ -41,7 +41,7 @@ Then open the `Redis.OM.Skeleton.csproj` file in your IDE of choice. ## Configure the app -Add a `"REDIS_CONNECTION_STRING" field to your `appsettings.json` file to configure the application. Set that connection string to be the URI of your Redis instance. If using the docker command mentioned earlier, your connection string will be `redis://localhost:6379`. +Add a `"REDIS_CONNECTION_STRING"` field to your `appsettings.json` file to configure the application. Set that connection string to be the URI of your Redis instance. If using the docker command mentioned earlier, your connection string will be `redis://localhost:6379`. ## Create the model From e371dfd6e37f14588288b84fc17766d74c5014fb Mon Sep 17 00:00:00 2001 From: Michael Deutsch Date: Thu, 31 Aug 2023 06:26:33 +0300 Subject: [PATCH 2/2] Remove superfluous quotes Co-authored-by: David Dougherty --- docs/stack/get-started/om-clients/stack-dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stack/get-started/om-clients/stack-dotnet.md b/docs/stack/get-started/om-clients/stack-dotnet.md index e7501c6c..9f910285 100644 --- a/docs/stack/get-started/om-clients/stack-dotnet.md +++ b/docs/stack/get-started/om-clients/stack-dotnet.md @@ -41,7 +41,7 @@ Then open the `Redis.OM.Skeleton.csproj` file in your IDE of choice. ## Configure the app -Add a `"REDIS_CONNECTION_STRING"` field to your `appsettings.json` file to configure the application. Set that connection string to be the URI of your Redis instance. If using the docker command mentioned earlier, your connection string will be `redis://localhost:6379`. +Add a `REDIS_CONNECTION_STRING` field to your `appsettings.json` file to configure the application. Set that connection string to be the URI of your Redis instance. If using the docker command mentioned earlier, your connection string will be `redis://localhost:6379`. ## Create the model