diff --git a/docs/stack/get-started/om-clients/stack-dotnet.md b/docs/stack/get-started/om-clients/stack-dotnet.md index 543d9df4..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