Skip to content

Commit 3fdb926

Browse files
authored
docs: update install command to use correct module path (#41)
1 parent b418ea0 commit 3fdb926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains the `go-msgpack` library.
55
To install:
66

77
```
8-
go get github.com/hashicorp/go-msgpack/codec
8+
go get github.com/hashicorp/go-msgpack/v2/codec
99
```
1010

1111
# Package Documentation

0 commit comments

Comments
 (0)