Skip to content

Commit

Permalink
fix(README): typo and link (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Apr 26, 2023
1 parent a0a49ea commit c41bd41
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 @@ -52,7 +52,7 @@ export async function script(octokit, repository, options) {
}
```

- `octokit` is an instance of [`@octoherd/octokit`](https://github.com/octoherd/octokit.js)
- `octokit` is an instance of [`octokit.js`'s Octokit](https://github.com/octokit/octokit.js)
- `repository` is the response data of [`GET /repos/{owner}/{repo}`](https://developer.github.com/v3/repos/#get-a-repository)
- `options` are all options passed to the CLI which are not used by `octoherd`.

Expand Down

0 comments on commit c41bd41

Please sign in to comment.