Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 504989e

Browse files
committed
docs: improve README intro paragraph
1 parent 6ce8051 commit 504989e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ of `nginx` conf files before start up and on reload. Plugins allow for
88
integrating templating and events by hooking into `nginx` events such as
99
start up, reload and exit.
1010

11-
If want to run NGINX, but you don't want to create a sidecar container
12-
or load a full init system in your container just to do templating, run
13-
another process or to integrate with NGINX's reload life cycle, then
14-
this is the tool for you!
11+
This is the tool for you, if want to run NGINX, but you don't want to
12+
create a sidecar, load a full init system, or write custom code in
13+
your container just to do:
14+
* Templating
15+
* Running another process
16+
* Integrating with NGINX's reload life cycle
1517

1618
```
1719
!WARNING!

0 commit comments

Comments
 (0)