diff --git a/README.md b/README.md index 1546d90..171d37f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0). ``` git clone https://github.com/TeamOctolings/Boyfriend -cd Boyfriend-CSharp +cd Boyfriend dotnet build ```