Skip to content

Commit c70298c

Browse files
Fix go-githubauth link in README.md (google#3191)
1 parent a2b2fc8 commit c70298c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For API methods that require HTTP Basic Authentication, use the
101101

102102
#### As a GitHub App ####
103103

104-
GitHub Apps authentication can be provided by different pkgs like [ghinstallation](https://github.com/bradleyfalzon/ghinstallation) or [go-githubauth](github.com/jferrl/go-githubauth).
104+
GitHub Apps authentication can be provided by different pkgs like [ghinstallation](https://github.com/bradleyfalzon/ghinstallation) or [go-githubauth](https://github.com/jferrl/go-githubauth).
105105

106106
> **Note**: Most endpoints (ex. [`GET /rate_limit`]) require access token authentication
107107
> while a few others (ex. [`GET /app/hook/deliveries`]) require [JWT] authentication.

0 commit comments

Comments
 (0)