diff options
author | Artem Konev <artem.konev@nginx.com> | 2023-01-18 15:04:35 +0000 |
---|---|---|
committer | Artem Konev <artem.konev@nginx.com> | 2023-01-18 15:04:35 +0000 |
commit | 71c2db151dcc13806bdd250dc6204d0007cbef3d (patch) | |
tree | ad1cf0382ff640c9bb835b43348cb3015e074408 /README.md | |
parent | 141deec353c546674719d2bffe2fadeb174c4415 (diff) | |
download | unit-71c2db151dcc13806bdd250dc6204d0007cbef3d.tar.gz unit-71c2db151dcc13806bdd250dc6204d0007cbef3d.tar.bz2 |
Liam.
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ three core capabilities: - a web server for static media assets, - and an application server that runs code in seven languages. -We are building a universal tool that compresses several layers of the modern +Unit is a universal web app server that compresses several layers of the modern application stack into a potent, coherent solution with a focus on performance, low latency, and scalability. It is intended as a building block for any web architecture regardless of its complexity, from enterprise-scale deployments to @@ -27,7 +27,7 @@ platforms. ## Quick Installation -### macOS +### MacOS ``` console $ brew install nginx/unit/unit |