Skip to content

Commit

Permalink
fix: drop brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
francisfuzz committed Sep 16, 2024
1 parent 2cb7b3a commit 73f15e4
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 @@ -77,7 +77,7 @@ try {

Verify the request payload using the provided signature and key ID. The method will request the public key from GitHub's API for the given keyId and then verify the payload.

The [`requestOptions`] argument is optional. It can contain:
The `requestOptions` argument is optional. It can contain:

- a `token` to authenticate the request to GitHub's API
- a custom `request` instance to use for the request
Expand Down

0 comments on commit 73f15e4

Please sign in to comment.