summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72b7bff..693315c 100644
--- a/README.md
+++ b/README.md
@@ -96,9 +96,9 @@ $ <strong>bfs</strong> -L <em>haystack</em> -name 'needle'
`bfs` also adds some extra options that make some common tasks easier.
Compare
- bfs -name config -exclude -name .git`
+ bfs -name config -exclude -name .git
-to
+vs.
find ! \( -name .git -prune \) -name config