Skip to content

Commit 447947a

Browse files
authoredMar 3, 2021
fix(README): correct path to script.js in usage example
1 parent 2587700 commit 447947a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git clone https://github.com/octoherd/script-remove-required-ci-check.git
99
$ npx @octoherd/cli \
1010
--octoherd-token 0123456789012345678901234567890123456789 \
11-
scripts/remove-required-ci-check/script.js \
11+
script-remove-required-ci-check/script.js \
1212
"octokit/*" \
1313
--check "Pika CI"
1414
```

0 commit comments

Comments
 (0)