From 3cadf16edf5036828c054b3b59491c4b3d6ca331 Mon Sep 17 00:00:00 2001 From: Vladislav Polyakov <39828645+polRk@users.noreply.github.com> Date: Tue, 19 Apr 2022 18:45:50 +0300 Subject: [PATCH] docs: update link to pkg.go.dev page (#195) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a84cfb72..423cfd72 100644 --- a/README.md +++ b/README.md @@ -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)