Skip to content

Commit 6955251

Browse files
committed
Fix vue example with better/correct extension
1 parent 4529fe9 commit 6955251

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
@@ -68,7 +68,7 @@ npx pkg-usage -p "react,redux" -f "**/*.(ts|tsx)"
6868
Or
6969

7070
```bash
71-
npx pkg-usage --packages="vue,vuex" --file-globs="**/*.(js|jsx)"
71+
npx pkg-usage --packages="vue,vuex" --file-globs="**/*.(js|vue)"
7272
```
7373

7474
If you use npm 5.1 or earlier, you can't use npx. Instead, install it globally:

0 commit comments

Comments
 (0)