From e5469093657a0c21e964a2be4a6304975a69bfe1 Mon Sep 17 00:00:00 2001 From: Pranav Nandula <127438038+pranav-new-relic@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:32:36 +0530 Subject: [PATCH] feat: minor change in README.md test commit (#1244) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b35cb839..12bede24 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Follow the steps below to add `github.com/newrelic/newrelic-client-go` as a depe ## Upgrade to the latest version -1. Run the following command to tell Go to download the latest version. +1. Run the following command to tell Go to download the latest version. You can also check the latest version out in [this page](https://pkg.go.dev/github.com/newrelic/newrelic-client-go/v2/newrelic). ``` go get github.com/newrelic/newrelic-client-go/v2@latest ```