Keats / jsonwebtoken

JWT lib in rust
MIT License
1.61k stars 253 forks source link

docs: remove errenous backtick from rsa tests #383

Closed jdockerty closed 3 months ago

jdockerty commented 3 months ago

Small fix to the docs here.

I was trying to use the same parameters this library uses for my own test keys and noticed there was a backtick here which stops an easy copy-paste.

Keats commented 3 months ago

Thanks!