Skip to content

Commit

Permalink
Merge pull request #27 from fingerprintjs/bugfix/fix-go-get-example
Browse files Browse the repository at this point in the history
docs(README): fix invalid install command
  • Loading branch information
TheUnderScorer authored Jan 23, 2023
2 parents 19ff81f + fbb1769 commit c2245d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Go Lang 1.17 or higher

1. Get the package from GitHub:
```shell
go get github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk
go get github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/v2
```

2. Import and use the library:
Expand Down
2 changes: 1 addition & 1 deletion template/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Go Lang 1.17 or higher

1. Get the package from GitHub:
```shell
go get github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk
go get github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/v2
```

2. Import and use the library:
Expand Down

0 comments on commit c2245d2

Please sign in to comment.