aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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!