diff --git a/README.md b/README.md index 442930f..bea8eed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Go library to retrieve RSA public keys from a JWKS (JSON Web Key Set) endpoint ## Installation ```bash -dep ensure --add "github.com/s12v/go-jwks@v0.0.1" +dep ensure --add "github.com/s12v/go-jwks@v0.1.0" ``` ## Dependencies