Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NI committed Dec 29, 2019
1 parent 391d27f commit 8b4e406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sshwifty Web SSH & Telnet Client

**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.

![Web Interface](Screenshot.png)
Expand Down Expand Up @@ -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
support has been disabled.

If you're using Google Chrome, please use HTTPS when connect to Sshwifty. Chrome
will disable WebCrypt and many other APIs when the connection is not safe.
If you're using Google Chrome, please connect Sshwifty with HTTPS. Chrome will
disable WebCrypt and many other APIs when the connection is not safe.

## License

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
license. See [DEPENDENCIES.md] for dependencies used by this project.
licenses. See [DEPENDENCIES.md] for dependencies used by this project.

[LICENSE.md]: LICENSE.md
[DEPENDENCIES.md]: DEPENDENCIES.md
Expand Down

0 comments on commit 8b4e406

Please sign in to comment.