WebSockets -> WebSocket

This is the correct name of the protocol, usage of the word
"WebSockets" should be limited.
This commit is contained in:
2020-10-14 00:00:04 +02:00
parent 5854ed1b32
commit 01767198f2
4 changed files with 15 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ you get the following niceties:
- ability to pipe output through a shell command, so that you can view the
results in your favourite editor or redirect them to a file
- ability to edit the input line in your favourite editor as well with Alt+E
- WebSockets (RFC 6455) can also be used as a transport rather than HTTP
- WebSocket (RFC 6455) can also be used as a transport rather than HTTP
- support for method name tab completion using OpenRPC discovery
Documentation