From 2240ffca82d23360f6277109ccbfbbea846f63cd Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 21 Oct 2019 11:28:33 -0600 Subject: [PATCH] Grammar fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d3a6ef..c1096d50 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ In the Version 0.0.9 the CLI was not a global tool and needed to be registred li ``` -After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the follwoing command in your ASP.NET Core folder: +After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the following command in your ASP.NET Core folder: ``` dotnet restore