Skip to content

Commit

Permalink
docs: update link to pkg.go.dev page (golang-jwt#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
polRk authored and oxisto committed Feb 21, 2023
1 parent c57d432 commit 3cadf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ This library supports the parsing and verification as well as the generation and

## Examples

See [the project documentation](https://pkg.go.dev/github.com/golang-jwt/jwt) for examples of usage:
See [the project documentation](https://pkg.go.dev/github.com/golang-jwt/jwt/v4) for examples of usage:

* [Simple example of parsing and validating a token](https://pkg.go.dev/github.com/golang-jwt/jwt#example-Parse-Hmac)
* [Simple example of building and signing a token](https://pkg.go.dev/github.com/golang-jwt/jwt#example-New-Hmac)
Expand Down

0 comments on commit 3cadf16

Please sign in to comment.