diff --git a/README.md b/README.md index 162ee0e..23d4e9f 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ Make SSH apps, just like that! 💫 -SSH is an excellent platform to build remotely accessible applications on. It +SSH is an excellent platform for building remotely accessible applications. It offers: * secure communication without the hassle of HTTPS certificates * user identification with SSH keys -* accessiblity from anywhere with a terminal +* access from any terminal Powerful protocols like Git work over SSH and you can even render TUIs directly over an SSH connection. Wish is an SSH server with sensible defaults and a collection of middlewares that -makes building SSH apps easy. Wish is built on [gliderlabs/ssh][gliderlabs/ssh] +makes building SSH apps really easy. Wish is built on [gliderlabs/ssh][gliderlabs/ssh] and should be easy to integrate into any existing projects. ## What are SSH Apps? @@ -30,7 +30,7 @@ and should be easy to integrate into any existing projects. Usually, when we think about SSH, we think about remote shell access into servers, most commonly through `openssh-server`. -That's a perfectly valid and probably the most common use of SSH, but it can do so much more than that. +That's a perfectly valid (and probably the most common) use of SSH, but it can do so much more than that. Just like HTTP, SMTP, FTP and others, SSH is a protocol! It is a cryptographic network protocol for operating network services securely over an unsecured network. [^1] @@ -102,7 +102,7 @@ and [Git server](examples/git) in the [examples](examples) folder. [bubbletea]: https://github.com/charmbracelet/bubbletea [gliderlabs/ssh]: https://github.com/gliderlabs/ssh -## Pro Tip +## Pro tip When building various Wish applications locally you can add the following to your `~/.ssh/config` to avoid having to clear out `localhost` entries in your