README.md in okay-11.0.0 vs README.md in okay-12.0.0
- old
+ new
@@ -41,10 +41,10 @@
## Usage
### HTTP
* `GET` and `POST` requests supported.
-* TLS is supported, using [`openssl/better_defaults`](https://github.com/duckinator/openssl-better_defaults/) to improve security on old Ruby versions.
+* TLS is used automatically for HTTPS URLs.
* Does not handle HTTP 307 redirects correctly. (Because it changes it to a GET
request.)
```ruby
require 'okay/http'