From 35bd66e9a98a2a4be5e60e871162378aebc689c9 Mon Sep 17 00:00:00 2001 From: Sander Holvoet Date: Tue, 28 Jul 2020 09:13:18 +0200 Subject: [PATCH] Fixed typo in README (#1375) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634d87908..9c1a53bf5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ eShopOnContainers is provided in two flavors: Basic and Advanced. ### Basic scenario -The basic scenario can be run locally using docker compose, and also deployed to a local Kubernetes cluster. Refer these Wiki pages to Get Started: +The basic scenario can be run locally using docker compose, and also deployed to a local Kubernetes cluster. Refer to these Wiki pages to Get Started: - [CLI or Visual Studio Code](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Windows-setup) - [Visual Studio (F5 experience)](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Windows-setup#optional---use-visual-studio)