From aeb4a5fdad1109b8ef1cddfd0ad347bceef38ed7 Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Thu, 28 Dec 2023 00:52:18 +0530 Subject: [PATCH] Fixes typo in README Fixes a tiny typo: ~defautl~ to default. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c91ff98..e2de9d1 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ Benchmark 2: find ~ -iname '*[0-9].jpg' ``` Now let's try the same for `fd`. Note that `fd` performs a regular expression -search by defautl. The options `-u`/`--unrestricted` option is needed here for +search by default. The options `-u`/`--unrestricted` option is needed here for a fair comparison. Otherwise `fd` does not have to traverse hidden folders and ignored paths (see below): ```