From 508d3fb624a24ad6070e84b3c6be9af57d67c36d Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Fri, 14 Jun 2024 07:50:09 +0900 Subject: [PATCH] cosmetics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c3c2a..78454ae 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ client := gcloudcx.NewClient(&gcloudcx.ClientOptions{ }) ``` -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]: +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")