From d8a30a027c44385e0dfd7b280d9ad40474257522 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Fri, 14 Jun 2024 07:48:42 +0900 Subject: [PATCH] cosmetics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed461a9..d6c3c2a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ client := gcloudcx.NewClient(&gcloudcx.ClientOptions{ }) ``` -You can also pass a `context.Context` with a `logger.Logger``: +You can also pass a (context.Context)[https://pkg.go.dev/context] with a (logger.Logger)[https://pkg.go.dev/github.com/gildas/go-logger]: ```go log := logger.Create("gcloudcx")