From 46b18330d91cbb5fc0f54950fd28b06ff7b15add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20D=C3=ADaz=20Marco?= Date: Sat, 25 Feb 2023 13:13:14 +0100 Subject: [PATCH] Fix installation instructions in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e99c7d9e4..518d2ba20 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Use `go get` to add the library as a project's dependency. Do not forget to run go get github.com/netbox-community/go-netbox # Or install a specific version -go get github.com/netbox-community/go-netbox@v3.4.5+0 +go get github.com/netbox-community/go-netbox/v3@v3.4.5-1 ``` **Note:** dependencies should be managed with [Go modules](https://go.dev/doc/modules/managing-dependencies).