summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b74360b..d01cf826 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,8 @@ Once installed, you can require "openssl" in your application.
require "openssl"
```
-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
+**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