We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff13321 + 00fe5d3 commit 0e4a685Copy full SHA for 0e4a685
README.md
@@ -390,11 +390,11 @@ backwards incompatible changes within that API version. If you need to
390
make backwards-incompatible changes, create a new API with an
391
incremented version number.
392
393
-### Require SSL
+### Require TLS
394
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.
+Require TLS to access the API, without exception. It’s not worth trying
+to figure out or explain when it is OK to use TLS and when it’s not.
+Just require TLS for everything.
398
399
### Pretty-print JSON by default
400
0 commit comments