aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-14 00:00:04 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-10-14 00:03:34 +0200
commit01767198f2e54636651e0bcc5d24370c09fb4012 (patch)
tree3a1df1f61b347d007befcbf201ce876dd395b30f /README.adoc
parent5854ed1b32be470b2ca9c126681fa4b417b94d37 (diff)
downloadjson-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.adoc2
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