Skip to content

Commit 9cd7dbd

Browse files
author
Chris Peters
committed
Minor changes to README
1 parent 611ad93 commit 9cd7dbd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `net_http_ssl_fix` Ruby Gem
1+
# Net::HTTP SSL Fix Ruby Gem
22

3-
A Community-updated Net::HTTP certificate authority file hack. Very useful for
4-
authoring HTTP clients that must run on Ruby + Windows.
3+
A Community-updated `Net::HTTP` certificate authority file hack. Very useful for
4+
authoring Ruby-based HTTP clients that must run on Windows.
55

66
Get rid of this lovely error for good, especially on Windows:
77

@@ -34,17 +34,17 @@ Every now and then, you may get the `SSL_connect` error again, especially if you
3434
don't make any attempts to update your install of this gem.
3535

3636
In the event that this gem isn't updated with the latest `cacert.pem` from the
37-
cURL project, you can submit a pull request with the file at `data/cacert.pem` replaced with a freshly
38-
downloaded version from this URL:
37+
cURL project, you can submit a pull request with the file at `data/cacert.pem`
38+
replaced with a freshly-downloaded version from this URL:
3939

4040
```
4141
https://curl.haxx.se/ca/cacert.pem
4242
```
4343

4444
## Credit Where Credit Is Due
4545

46-
This tiny project is indebted to John Bachir, particularly his Earth-shattering
47-
Gist, [How to set the certificate file for Net::HTTP library-wide][1]
46+
This tiny gem is indebted to John Bachir, particularly his Earth-shattering
47+
Gist, [How to set the certificate file for Net::HTTP library-wide][1].
4848

4949

5050
## License

0 commit comments

Comments
 (0)