aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <mail@zzak.io>2016-08-17 00:12:12 +0900
committerZachary Scott <mail@zzak.io>2016-08-17 00:12:12 +0900
commite80d4ba1aa66214f34e820e53ba41b4f10821886 (patch)
tree9a15d5d10b30adcd257a91710dcdec276002c4dc
parent4542dcf3ba9e37975fcfd7ab9b4c6eb946687506 (diff)
downloadruby-openssl-e80d4ba1aa66214f34e820e53ba41b4f10821886.tar.gz
:nail_care: [ci skip]
-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