From c95851e69f76596d006f0f077414a50c189625fe Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Wed, 9 Mar 2022 22:04:07 +1100 Subject: [PATCH] Fix typo --- 00_Common/dotnet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00_Common/dotnet/README.md b/00_Common/dotnet/README.md index ac0b1bcc..c44f210b 100644 --- a/00_Common/dotnet/README.md +++ b/00_Common/dotnet/README.md @@ -110,7 +110,7 @@ int Previous(this IRandom random, int inclusiveMinimum, int exclusiveMaximum); ### Add Project Reference Add the `Games.Common` project as a reference to the game project. For example, here's the reference from the C\# port -of `86_Tower`: +of `86_Target`: ```xml