diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 00:00:04 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 00:03:34 +0200 |
commit | 01767198f2e54636651e0bcc5d24370c09fb4012 (patch) | |
tree | 3a1df1f61b347d007befcbf201ce876dd395b30f /README.adoc | |
parent | 5854ed1b32be470b2ca9c126681fa4b417b94d37 (diff) | |
download | json-rpc-shell-01767198f2e54636651e0bcc5d24370c09fb4012.tar.gz json-rpc-shell-01767198f2e54636651e0bcc5d24370c09fb4012.tar.xz json-rpc-shell-01767198f2e54636651e0bcc5d24370c09fb4012.zip |
WebSockets -> WebSocket
This is the correct name of the protocol, usage of the word
"WebSockets" should be limited.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 8cceb1e..fc4db76 100644 --- a/README.adoc +++ b/README.adoc @@ -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 |