Skip to content

Commit cfd1f1c

Browse files
Fix typo in README.md (#312)
1 parent 031d4cf commit cfd1f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Encoding a JWT takes 3 parameters:
9797
- some claims: your own struct
9898
- a key/secret
9999

100-
When using HS256, HS2384 or HS512, the key is always a shared secret like in the example above. When using
100+
When using HS256, HS384 or HS512, the key is always a shared secret like in the example above. When using
101101
RSA/EC, the key should always be the content of the private key in the PEM or DER format.
102102

103103
If your key is in PEM format, it is better performance wise to generate the `EncodingKey` once in a `lazy_static` or

0 commit comments

Comments
 (0)