aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZachary Scott <mail@zzak.io>2016-08-17 00:05:53 +0900
committerZachary Scott <mail@zzak.io>2016-08-17 00:05:53 +0900
commitd9619e95ed40ef528dfb42723ec533250c917fbc (patch)
tree2849b2280b62b393a3f7b9e987c4ce7b9db9ed45 /README.md
parent7295b9178c48eea1a09c3d9cce221ad0db9f93c1 (diff)
downloadruby-openssl-d9619e95ed40ef528dfb42723ec533250c917fbc.tar.gz
Minor fixups :nail_care: [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index a478d58f..1e172945 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,8 @@ Once installed, you can require "openssl" in your application.
require "openssl"
```
-If you are using Ruby 2.3, you may activate the gem version of openssl,
-instead of using the default gem packaged with the Ruby installation.
+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.
```ruby
gem "openssl"
@@ -58,9 +58,12 @@ and the official [OpenSSL library](http://www.openssl.org/).
## Contributing
-Please read CONTRIBURING.md for instructions.
+Please read our [CONTRIBURING.md] for instructions.
## Security
Security issues should be reported to ruby-core by following the process
described on ["Security at ruby-lang.org"](https://www.ruby-lang.org/en/security/).
+
+
+[CONTRIBURING.md]: https://github.com/ruby/openssl/tree/master/CONTRIBURING.md