summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-08 18:24:00 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-08 18:24:00 -0400
commit2e97f262058bb5d13bf318956d990fbd5434c31d (patch)
tree8830da9b6e630b313d0ddeae48a886765a62957d /README.md
parent9e087babb7b95af5684d46f47cb99f223432dfe1 (diff)
downloadbfs-2e97f262058bb5d13bf318956d990fbd5434c31d.tar.xz
README.md: Fix extraneous backtick
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