Change wording and fix typo.

This commit is contained in:
NI
2019-09-12 21:55:05 +08:00
parent 70aea54e85
commit e3f4079bdd

View File

@@ -152,8 +152,9 @@ Here is all the options of a configuration file:
// (In Seconds) // (In Seconds)
"ReadTimeout": 60, "ReadTimeout": 60,
// How long the server will wait until the client connect is ready to // How long the server will wait until the client connection is ready to
// recieve new data // recieve new data. If this timeout is exceed, the connection will be
// closed.
// (In Seconds) // (In Seconds)
"WriteTimeout": 60, "WriteTimeout": 60,
@@ -215,7 +216,7 @@ configuration file.
Notice: When you're using environment variables to configure Sshwifty, only one Notice: When you're using environment variables to configure Sshwifty, only one
Sshwifty HTTP server is then allowed. There is no way to setup mulitple servers Sshwifty HTTP server is then allowed. There is no way to setup mulitple servers
under this method of configure. If you need to serve on multiple ports, use under this method of configuration. If you need to serve on multiple ports, use
configuration file instead. configuration file instead.
Be aware: An invalid value inside following environment variables will cause Be aware: An invalid value inside following environment variables will cause
@@ -245,6 +246,7 @@ license. See [DEPENDENCIES.md] for dependencies used by this project.
## Contribute ## Contribute
This is a hobbyist project, meaning I don't have too many time to put into it. This is a hobbyist project, meaning I don't have too many time to put into it.
Sorry.
Upon release (Which is then you're able to read this file), this project will Upon release (Which is then you're able to read this file), this project will
enter _maintaining_ state, which includes doing bug fix and security updates. enter _maintaining_ state, which includes doing bug fix and security updates.