Skip to content

Commit 1878416

Browse files
Update stack-dotnet.md
Add missing backtick
1 parent 5a9821a commit 1878416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stack/get-started/om-clients/stack-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Then open the `Redis.OM.Skeleton.csproj` file in your IDE of choice.
4141

4242
## Configure the app
4343

44-
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`.
44+
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`.
4545

4646
## Create the model
4747

0 commit comments

Comments
 (0)