Skip to content

Commit 3d930a7

Browse files
author
Artem Konev
committed
Removed repetitive phrasing from README.
1 parent 71c2db1 commit 3d930a7

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77
NGINX Unit is a lightweight and versatile open-source server that has
88
three core capabilities:
99

10-
- it is an HTTP reverse proxy,
11-
- a web server for static media assets,
12-
- and an application server that runs code in seven languages.
10+
- acts as an HTTP reverse proxy,
11+
- serves static media assets,
12+
- runs application code in seven languages.
1313

14-
Unit is a universal web app server that compresses several layers of the modern
15-
application stack into a potent, coherent solution with a focus on performance,
16-
low latency, and scalability. It is intended as a building block for any web
17-
architecture regardless of its complexity, from enterprise-scale deployments to
18-
your pet's homepage.
14+
Unit compresses several layers of the modern application stack into a potent,
15+
coherent solution with a focus on performance, low latency, and scalability. It
16+
is intended as a universal building block for any web architecture regardless
17+
of its complexity, from enterprise-scale deployments to your pet's homepage.
1918

20-
Unit's native RESTful JSON API enables dynamic updates with zero interruptions
19+
Its native RESTful JSON API enables dynamic updates with zero interruptions
2120
and flexible configuration, while its out-of-the-box productivity reliably
2221
scales to production-grade workloads. We achieve that with a complex,
2322
asynchronous, multithreading architecture comprising multiple processes to
@@ -27,7 +26,7 @@ platforms.
2726

2827
## Quick Installation
2928

30-
### MacOS
29+
### macOS
3130

3231
``` console
3332
$ brew install nginx/unit/unit

0 commit comments

Comments
 (0)