diff --git a/README.md b/README.md index 376d068662..0f99698d17 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,10 @@ GitHub Apps authentication can be provided by the [ghinstallation](https://githu package. > **Note**: Most endpoints (ex. [`GET /rate_limit`]) require access token authentication -> while a few others (ex. [`GET /app/hook/deliverires`]) require [JWT] authentication. +> while a few others (ex. [`GET /app/hook/deliveries`]) require [JWT] authentication. [`GET /rate_limit`]: https://docs.github.com/en/rest/rate-limit#get-rate-limit-status-for-the-authenticated-user -[`GET /app/hook/deliverires`]: https://docs.github.com/en/rest/apps/webhooks#list-deliveries-for-an-app-webhook +[`GET /app/hook/deliveries`]: https://docs.github.com/en/rest/apps/webhooks#list-deliveries-for-an-app-webhook [JWT]: https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app