@@ -14,15 +14,15 @@ compatible (standard) web browser.
1414
1515Compiled binaries can be found at the [ release] section of the page.
1616
17- Please be advised that those binaries is generated by an automatic proccess,
18- the author of this project will NOT verify them . You have to try it at your owk
17+ Please be advised that those binaries are generated by an automatic proccess,
18+ the author of this project will NOT verify that they work . You will have to try it at your own
1919risk.
2020
2121[ release ] : https://github.com/nirui/sshwifty/releases
2222
2323### Docker Image
2424
25- If [ Docker] is installed on your machine, you may use our prebuild Docker Image
25+ If [ Docker] is installed on your machine, you may use our prebuilt Docker Image
2626by executing following command:
2727
2828```
@@ -49,15 +49,15 @@ $ docker run --detach \
4949 niruix/sshwifty:latest
5050```
5151
52- The ` domain.crt ` and ` domain.key ` must be valid TLS certificate and key file
52+ The ` domain.crt ` and ` domain.key ` must be a valid TLS certificate and key file
5353located on the same machine which the ` docker run ` command will be executed
5454upon.
5555
5656[ docker ] : https://www.docker.com
5757
5858### Compile from source code (Recommanded if you're a developer)
5959
60- Following tools is required in order to build the software from source code:
60+ The following tools are required in order to build the software from source code:
6161
6262- ` git ` to download the source code
6363- ` node ` and ` npm ` to build front-end application
@@ -72,11 +72,11 @@ $ npm install
7272$ npm run build
7373```
7474
75- When done, you can found the newly generated ` sshwifty ` binary inside current
75+ When done, you can found the newly generated ` sshwifty ` binary inside the current
7676working directory.
7777
7878Notice: ` Dockerfile ` contains the entire build procedure of this software.
79- Please refer to it when you encountered any compile/build related issue.
79+ Please refer to it when you encounter any compile/build related issue.
8080
8181### Deploy on the cloud
8282
@@ -316,13 +316,13 @@ SSHWIFTY_PRESETS
316316SSHWIFTY_ONLYALLOWPRESETREMOTES
317317```
318318
319- The option they represented is corresponded to their counterparts in the
319+ The options they represent correspond to their counterparts in the
320320configuration file.
321321
322322Notice: When you're using environment variables to configure Sshwifty, only one
323323Sshwifty HTTP server is then allowed. There is no way to setup mulitple servers
324324under this method of configuration. If you need to serve on multiple ports, use
325- configuration file instead.
325+ the configuration file instead.
326326
327327Be aware: An invalid value inside following environment variables will cause
328328the value to be sliently reset to default during configuration parsing phase
@@ -407,7 +407,7 @@ Upon release (Which is then you're able to read this file), this project will
407407enter _ maintaining_ state, which includes doing bug fix and security updates.
408408_ Adding new features however, is not a part of the state_ .
409409
410- Please do not send pull request . If you need new feature, fork it, add it by
410+ Please do not send any pull requests . If you need new feature, fork it, add it by
411411yourself, and maintain it like one of your own project.
412412
413413(Notice: Typo, grammar error or invalid use of language in the source code and
0 commit comments