From 04cfd894f2408771020b443a39c5e5e259456033 Mon Sep 17 00:00:00 2001 From: Lukasz Klich Date: Mon, 20 Dec 2021 16:33:51 +0100 Subject: [PATCH] Fix the go get instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b79885f5..6c458f98 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your 1. Integrate PubNub into your project using the `go` command: ```go - go get github.com/pubnub/go + go get github.com/pubnub/go/v6 ``` If you encounter dependency issues, use the `dep ensure` command to resolve them.