From b062df9c422d94b97c76cebd871407318660ee53 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 17 Jun 2016 15:26:57 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85e579c0..b177981a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The project source code is organized as follows: * inc/winfsp: contains public headers for the WinFsp API. * inc/fuse: contains public headers for the FUSE compatibility layer. * src/dll: contains the source code to the WinFsp DLL. -* src/dll/launcher: contains the source code to the launcher service and the launchctl utility. +* src/launcher: contains the source code to the launcher service and the launchctl utility. * src/dll/fuse: contains the source code to the FUSE compatibility layer. * src/sys: contains the source code to the WinFsp FSD. * tst/memfs: contains the source code to an example file system written in C++ (memfs).