Skip to content

Commit

Permalink
chore: update readme and make file version references to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
altJake committed Apr 28, 2023
1 parent bfaee0c commit a326f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
update-pkg-cache:
GOPROXY=https://proxy.golang.org GO111MODULE=on \
go get github.com/talon-one/talon_go/v2
go get github.com/talon-one/talon_go/v3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ import (
"encoding/json"
"fmt"

talon "github.com/talon-one/talon_go/v2"
talon "github.com/talon-one/talon_go/v3"
)

func main() {
Expand Down Expand Up @@ -220,7 +220,7 @@ import (
"context"
"fmt"

talon "github.com/talon-one/talon_go/v2"
talon "github.com/talon-one/talon_go/v3"
)

func main() {
Expand Down

0 comments on commit a326f69

Please sign in to comment.