From a9f97adf92f8000a198de2c48132ba4a39ed1d5c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 7 Jun 2020 15:41:31 -0400 Subject: README: Remove unnecessary single quotes from example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5cb0ca4..40311ea 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ $ bfs -L haystack -name 'needle' `bfs` also adds some extra options that make some common tasks easier. Compare `bfs -name config -exclude -name .git` to - find ! \( -name '.git' -prune \) -name config + find ! \( -name .git -prune \) -name config Try it! -- cgit v1.2.3