diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-11-02 20:01:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 13:01:19 +0100 |
commit | 4fe56b56ce2b856ff8fae9051cceb766ab7729e0 (patch) | |
tree | 9a1b543df194bd5e8fa9c4074814499d308b29b8 /lib | |
parent | 5b4c17b5e7166220c7b5c149946579f245f54645 (diff) | |
download | Nim-4fe56b56ce2b856ff8fae9051cceb766ab7729e0.tar.gz |
more clear (#15812)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/asynchttpserver.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/asynchttpserver.nim b/lib/pure/asynchttpserver.nim index afd452b01..ec7f2a0de 100644 --- a/lib/pure/asynchttpserver.nim +++ b/lib/pure/asynchttpserver.nim @@ -11,8 +11,8 @@ ## ## This HTTP server has not been designed to be used in production, but ## for testing applications locally. Because of this, when deploying your -## application you should use a reverse proxy (for example nginx) instead of -## allowing users to connect directly to this server. +## application in production you should use a reverse proxy (for example nginx) +## instead of allowing users to connect directly to this server. ## ## Basic usage ## =========== |