Skip to content

Commit 3961b14

Browse files
committed
fix(README): npx usage fix
1 parent b117a45 commit 3961b14

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
@@ -37,7 +37,7 @@ module.exports = async function myScript(octokit, repository, options) {
3737
## Example
3838

3939
```
40-
$ npx mutate-github-repositories \
40+
$ npx mutate-github-repositories-cli \
4141
--token 0123456789012345678901234567890123456789 \
4242
example.js \
4343
octokit/*

0 commit comments

Comments
 (0)