From 6d19176d7c41ac1ff682f987fc3dc9f377be8f28 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 6 Dec 2016 17:06:44 -0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c44d63e..9600e257 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ WinFsp consists of a kernel mode FSD (File System Driver) and a user mode DLL (D The project source code is organized as follows: * build/VStudio: WinFsp solution and project files. -* doc: WinFsp license, contributor agreement and additional documentation. The WinFsp design documents can be found here. +* doc: The WinFsp design documents and additional documentation can be found here. * ext/tlib: A small test library originally from the secfs (Secure Cloud File System) project. * ext/test: Submodule pointing to the secfs.test project, which contains a number of tools for testing Windows and POSIX file systems. * inc/winfsp: Public headers for the WinFsp API.