Merge pull request #2075 from cmelaro/fix-readme-example

Update README.md to resolve non-working example.
This commit is contained in:
Thayne McCombs
2026-07-27 09:41:31 -06:00
committed by GitHub
+1 -1
View File
@@ -147,7 +147,7 @@ By default, *fd* only matches the filename of each file. However, using the `--f
you can match against the full path.
```bash
> fd -p -g '**/.git/config'
> fd -u -p -g '**/.git/config'
> fd -p '.*/lesson-\d+/[a-z]+.(jpg|png)'
```