Skip to content

Commit

Permalink
fix(README): npx usage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 26, 2020
1 parent b117a45 commit 3961b14
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 @@ -37,7 +37,7 @@ module.exports = async function myScript(octokit, repository, options) {
## Example

```
$ npx mutate-github-repositories \
$ npx mutate-github-repositories-cli \
--token 0123456789012345678901234567890123456789 \
example.js \
octokit/*
Expand Down

0 comments on commit 3961b14

Please sign in to comment.