Skip to content

Commit 46b1833

Browse files
committed
Fix installation instructions in readme.
1 parent a42f8b6 commit 46b1833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use `go get` to add the library as a project's dependency. Do not forget to run
1414
go get github.com/netbox-community/go-netbox
1515

1616
# Or install a specific version
17-
go get github.com/netbox-community/[email protected]+0
17+
go get github.com/netbox-community/go-netbox/v3@v3.4.5-1
1818
```
1919

2020
**Note:** dependencies should be managed with [Go modules](https://go.dev/doc/modules/managing-dependencies).

0 commit comments

Comments
 (0)