Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Parks committed Dec 6, 2021
1 parent a7636b7 commit 04f2bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ are modified, it may cause undefined behavior.
### Preconditions: Acquire the JWKS URL, JSON, or gather cryptographic keys (given keys)

A JWKS URL is not required, one can be created directly from JSON with the
[`keyfunc.New`](https://pkg.go.dev/github.com/MicahParks/keyfunc#New) function.
[`keyfunc.NewJSON`](https://pkg.go.dev/github.com/MicahParks/keyfunc#NewJSON) function.

```go
// Get the JWKS URL from an environment variable.
Expand Down

0 comments on commit 04f2bdc

Please sign in to comment.