aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-12 22:58:30 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-12 22:58:30 -0600
commita6fe84c692e01eb10f64ee10431e93f64cbb6121 (patch)
treea5a2006b64bbea0aa792bcf5e1268476fcb7fd0e
parentversion: bump (diff)
downloadwintun-a6fe84c692e01eb10f64ee10431e93f64cbb6121.tar.xz
wintun-a6fe84c692e01eb10f64ee10431e93f64cbb6121.zip
README: correct solution name
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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