Skip to content

Commit 31135e3

Browse files
authored
fix(README): correct path to script.js in usage example
1 parent d92d7c1 commit 31135e3

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
@@ -8,7 +8,7 @@
88
git clone https://github.com/octoherd/script-remove-dependabot.git
99
$ npx @octoherd/cli \
1010
--octoherd-token 0123456789012345678901234567890123456789 \
11-
scripts/remove-dependabot/script.js \
11+
script-remove-dependabot/script.js \
1212
"octokit/*"
1313
```
1414

0 commit comments

Comments
 (0)