Skip to content

Commit 4529fe9

Browse files
committed
docs: typo fix
1 parent dc9a39c commit 4529fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export type PackageUsage = {
6262
[`npx`](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) is a package runner tool
6363

6464
```bash
65-
npx pkg-usage -p "react,redux" --f "**/*.(ts|tsx)"
65+
npx pkg-usage -p "react,redux" -f "**/*.(ts|tsx)"
6666
```
6767

6868
Or

0 commit comments

Comments
 (0)