aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinndows <winndows@163.com>2020-07-03 19:29:48 +0800
committerGitHub <noreply@github.com>2020-07-03 12:29:48 +0100
commit717c8b8b3ed815f14e5607a995d0113446e3fb0b (patch)
tree5e75866235cd1ab94a44420e7a20c758203c5a5e
parent032db1ab298d62c4d0c5be1f9fb2df299aec2346 (diff)
downloadlibfuse-717c8b8b3ed815f14e5607a995d0113446e3fb0b.tar.gz
README: Correct the directory name from 'examples' to 'example' (#526)
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>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2cc9ea..cb3a0a5 100644
--- 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!