From 37b67eebbda6ac2a445aeb99f337d7038a9ce871 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 27 Apr 2024 15:13:55 +0200 Subject: [PATCH] docs(README): fix typo (fixes gh #215) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a419f516..0f4292a1 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ You'll need to install: - [WinFsp](https://github.com/winfsp/winfsp/releases) -`WinFsp` is expected to be installed in `C:\Program Files (x68)\WinFsp`; +`WinFsp` is expected to be installed in `C:\Program Files (x86)\WinFsp`; if it's not, you'll need to set `WINFSP_PATH` when running CMake via `cmake/win.bat`.