Skip to content

Commit

Permalink
Fixed README globbing example
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed May 5, 2024
1 parent af4c819 commit 32a5965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ has one path per line.
#### Globbing

```
docfd --glob 'relative/path/glob' --glob `/absolute/path/glob`
docfd --glob 'relative/path/glob' --glob '/absolute/path/glob'
```

## File collection rules
Expand Down

0 comments on commit 32a5965

Please sign in to comment.