summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenis Sikuler <progwork@yandex.com>2020-08-24 15:36:35 +0300
committerGitHub <noreply@github.com>2020-08-24 15:36:35 +0300
commit9851dd90122f9a7f2fbce82cee72dc239f7d106c (patch)
treee7055149e5da777c250aabe97ca720f19b82fd0a /README.md
parent9b1780f06878e47a5d5accd1e26631469fe6821c (diff)
downloadwebsockify-9851dd90122f9a7f2fbce82cee72dc239f7d106c.tar.gz
Fix a typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a034b99..118f97c 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ and approve. Browsers generally don't give you the "trust certificate?" prompt
by opening a WSS socket with invalid certificate, hence you need to have it
acccept it by either of those two methods.
-If you have a commercial/valid SSL certificate with one ore more intermediate
+If you have a commercial/valid SSL certificate with one or more intermediate
certificates, concat them into one file, server certificate first, then the
intermediate(s) from the CA, etc. Point to this file with the `--cert` option
and then also to the key with `--key`. Finally, use `--ssl-only` as needed.