Skip to content

Commit 0e4a685

Browse files
committed
Merge pull request #22 from TravisPaul/patch-1
Should "SSL" be replaced with "TLS"?
2 parents ff13321 + 00fe5d3 commit 0e4a685

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,11 @@ backwards incompatible changes within that API version. If you need to
390390
make backwards-incompatible changes, create a new API with an
391391
incremented version number.
392392

393-
### Require SSL
393+
### Require TLS
394394

395-
Require SSL to access the API, without exception. It’s not worth trying
396-
to figure out or explain when it is OK to use SSL and when it’s not.
397-
Just require SSL for everything.
395+
Require TLS to access the API, without exception. It’s not worth trying
396+
to figure out or explain when it is OK to use TLS and when it’s not.
397+
Just require TLS for everything.
398398

399399
### Pretty-print JSON by default
400400

0 commit comments

Comments
 (0)