From 8ef2fbaf38bbaa2e828bde18725412f4fdc00324 Mon Sep 17 00:00:00 2001 From: Divika Thota Date: Sat, 28 Feb 2026 13:04:47 +0530 Subject: [PATCH] git checkout main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7362918d9ae..9d52476e102 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ func main() { `go-githubauth` implements a set of `oauth2.TokenSource` to be used with `oauth2.Client`. An `oauth2.Client` can be injected into the `github.Client` to authenticate requests. -Other example using `go-githubauth`: +Another example using `go-githubauth`: ```go package main