From af57e5dd6784612797a3d1c5edf1e3676a13a20c Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Wed, 18 Jan 2023 20:37:44 +0500 Subject: [PATCH] wrong repository name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5064317..1546d90 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Building 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-CSharp +git clone https://github.com/TeamOctolings/Boyfriend cd Boyfriend-CSharp dotnet build ```