From 1d5c096b09d98d2ba1f9e5eedc0427975d914387 Mon Sep 17 00:00:00 2001 From: Giorgio Pellero Date: Wed, 22 Nov 2023 12:16:04 +0100 Subject: [PATCH] Fix go get import path in README --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5d3d822..db950bf 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ versions of the library. To install it in the GOPATH: ``` -go get https://github.com/segmentio/analytics-go +go get github.com/segmentio/analytics-go ``` ## Documentation