Skip to content

Commit af1debe

Browse files
authored
fix(README): correct path to script.js in usage example
1 parent 415122b commit af1debe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git clone https://github.com/octoherd/script-find-releases.git
99
$ npx @octoherd/cli \
1010
--octoherd-token 0123456789012345678901234567890123456789 \
11-
scripts/star-or-unstar/script.js \
11+
script-star-or-unstar/script.js \
1212
"octokit/*"
1313
```
1414

0 commit comments

Comments
 (0)