Fix typo in README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Sshwifty Web SSH & Telnet Client
|
# Sshwifty Web SSH & Telnet Client
|
||||||
|
|
||||||
**Sshwifty is a SSH and Telnet connector made for the Web.** It can be deployed
|
**Sshwifty is a SSH and Telnet connector made for the Web.** It can be deployed
|
||||||
on your computer or server to provide SSH and Telnet access interface to any
|
on your computer or server to provide SSH and Telnet access interface for any
|
||||||
compatible (standard) web browser.
|
compatible (standard) web browser.
|
||||||
|
|
||||||

|

|
||||||
@@ -254,15 +254,15 @@ time on both the client and the server with a trusted time server.
|
|||||||
It's usually because your web browser does not support WebCrypt API, or the
|
It's usually because your web browser does not support WebCrypt API, or the
|
||||||
support has been disabled.
|
support has been disabled.
|
||||||
|
|
||||||
If you're using Google Chrome, please use HTTPS when connect to Sshwifty. Chrome
|
If you're using Google Chrome, please connect Sshwifty with HTTPS. Chrome will
|
||||||
will disable WebCrypt and many other APIs when the connection is not safe.
|
disable WebCrypt and many other APIs when the connection is not safe.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Code of this project is licensed under AGPL, see [LICENSE.md] for detail.
|
Code of this project is licensed under AGPL, see [LICENSE.md] for detail.
|
||||||
|
|
||||||
Third-party components used by this project are licensed under their respective
|
Third-party components used by this project are licensed under their respective
|
||||||
license. See [DEPENDENCIES.md] for dependencies used by this project.
|
licenses. See [DEPENDENCIES.md] for dependencies used by this project.
|
||||||
|
|
||||||
[LICENSE.md]: LICENSE.md
|
[LICENSE.md]: LICENSE.md
|
||||||
[DEPENDENCIES.md]: DEPENDENCIES.md
|
[DEPENDENCIES.md]: DEPENDENCIES.md
|
||||||
|
|||||||
Reference in New Issue
Block a user