From a6fe84c692e01eb10f64ee10431e93f64cbb6121 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 12 Oct 2021 22:58:30 -0600 Subject: README: correct solution name Signed-off-by: Jason A. Donenfeld --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bc7813..64ffb6e 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ General requirements: - [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with Windows SDK - [Windows Driver Kit](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) -`wireguard.sln` may be opened in Visual Studio for development and building. Be sure to run `bcdedit /set testsigning on` and then reboot before to enable unsigned driver loading. The default run sequence (F5) in Visual Studio will build the example project and its dependencies. +`wintun.sln` may be opened in Visual Studio for development and building. Be sure to run `bcdedit /set testsigning on` and then reboot before to enable unsigned driver loading. The default run sequence (F5) in Visual Studio will build the example project and its dependencies. ## License -- cgit v1.2.3-59-g8ed1b