Fixes typo in README

Fixes a tiny typo: ~defautl~ to default.
This commit is contained in:
Sayan Goswami 2023-12-28 00:52:18 +05:30 committed by GitHub
parent 9529f30129
commit f7da002cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):
```