auth0 / java-jwt

Java implementation of JSON Web Token (JWT)
MIT License
5.84k stars 921 forks source link

Fix typo in example code #682

Closed kasperkarlsson closed 7 months ago

kasperkarlsson commented 7 months ago

Changes

Minor change to fix a typo in README.md

References

N/A

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist