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