Skip to content

Commit fe156cd

Browse files
committed
use capitals for RFC in readme
1 parent 8bdce5c commit fe156cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ For more information, check out
2727
## Spec conformance
2828

2929
This library aims to follow
30-
[rfc6455](https://datatracker.ietf.org/doc/html/rfc6455) and
31-
[rfc8441](https://datatracker.ietf.org/doc/html/rfc8441) as closely as possible
30+
[RFC6455](https://datatracker.ietf.org/doc/html/rfc6455) and
31+
[RFC8441](https://datatracker.ietf.org/doc/html/rfc8441) as closely as possible
3232
and uses [Autobahn|Testsuite](https://github.com/crossbario/autobahn-testsuite)
3333
to check conformance with every run of tests/CI. The auto-generated report
3434
produced by the Autobahn|Testsuite is uploaded on each push to main.
@@ -38,7 +38,7 @@ https://mint-websocket.nyc3.digitaloceanspaces.com/autobahn/index.html
3838

3939
## A Quick Note About HTTP/2
4040

41-
HTTP/2 WebSockets are not a built-in feature of HTTP/2. rfc8441 is an extension
41+
HTTP/2 WebSockets are not a built-in feature of HTTP/2. RFC8441 is an extension
4242
to the HTTP/2 protocol and server libraries are not obligated to implement it.
4343
In the current landscape, very few server libraries support the HTTP/2
4444
extended CONNECT method which bootstraps WebSockets.

0 commit comments

Comments
 (0)