README: Correct the directory name from 'examples' to 'example' (#526)
authorwinndows <winndows@163.com>
Fri, 3 Jul 2020 11:29:48 +0000 (19:29 +0800)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 11:29:48 +0000 (12:29 +0100)
Correct the directory name from 'examples' to 'example' in readme.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Co-authored-by: Liao Pingfang <liao.pingfang@zte.com.cn>
README.md

index c2cc9ea28486432226dad0bb6317e686a82e9b9b..cb3a0a5f732024089b5735deb86922c6bcabba24 100644 (file)
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ attributes.
 Building your own filesystem
 ------------------------------
 
-FUSE comes with several example file systems in the `examples`
+FUSE comes with several example file systems in the `example`
 directory. For example, the *passthrough* examples mirror the contents
 of the root directory under the mountpoint. Start from there and adapt
 the code!