diff --git a/README.md b/README.md index 6edd953dd..cfa99b9c9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ puts decoded_token Note: If [RbNaCl](https://github.com/cryptosphere/rbnacl) is loadable, ruby-jwt will use it for HMAC-SHA256, HMAC-SHA512/256, and HMAC-SHA512. RbNaCl enforces a maximum key size of 32 bytes for these algorithms. [RbNaCl](https://github.com/cryptosphere/rbnacl) requires -[libsodium](https://github.com/jedisct1/libsodium), it can installed +[libsodium](https://github.com/jedisct1/libsodium), it can be installed on MacOS with `brew install libsodium`. **RSA**