]> prime8.dev >> repos - ttyd.git/commitdiff
[ci skip] Fix typo in README.md (#41)
authorElad Keyshawn <elad.kishon@msmail.ariel.ac.il>
Tue, 21 Feb 2017 23:35:35 +0000 (01:35 +0200)
committerShuanglei Tao <tsl0922@gmail.com>
Tue, 21 Feb 2017 23:35:35 +0000 (07:35 +0800)
README.md

index e08d8b4ae54a629fa32c9afeef496ecef59c9e6d..e9f1c4e39b8915a403d7753f114abb86bc49a178 100644 (file)
--- a/README.md
+++ b/README.md
@@ -98,12 +98,12 @@ ttyd starts web server at port `7681` by default, you can use the `-p` option to
 ```bash
 ttyd -p 8080 bash -x
 ```
-Then open <http://localhost:8080> with a broswer, you will get a bash shell with debug mode enabled.
+Then open <http://localhost:8080> with a browser, you will get a bash shell with debug mode enabled.
 
 **More Examples:**
 
-- If you want to login with your system accounts on the web broswer, run `ttyd login`.
-- You can even run a none shell command like vim, try: `ttyd vim`, the web broswer will show you a vim editor.
+- If you want to login with your system accounts on the web browser, run `ttyd login`.
+- You can even run a none shell command like vim, try: `ttyd vim`, the web browser will show you a vim editor.
 - Sharing single process with multiple clients: `ttyd tmux new -A -s ttyd vim`, run `tmux new -A -s ttyd` to connect to the tmux session from terminal.
 
 ## SSL how-to