aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e172945..c1c2f12c 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,9 @@ Once installed, you can require "openssl" in your application.
require "openssl"
```
-If you are using Ruby 2.3 (and not Bundler), you must activate the gem version
-of openssl, instead of using the default gem packaged with the Ruby installation.
+NOTE: If you are using Ruby 2.3 (and not Bundler), you **must** activate the
+gem version of openssl, otherwise the default gem packaged with the Ruby
+installation will be used:
```ruby
gem "openssl"