diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-08-20 18:47:16 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-09-03 21:06:15 +0100 |
| commit | b911efd8a261e0426d2178542c6b6f81e33f9888 (patch) | |
| tree | d3e3e1ab5739f27524b69fd69a9975dbb830895a | |
| parent | de14dc7272d7650954223e75e4a6f8cdaa482514 (diff) | |
| download | unit-b911efd8a261e0426d2178542c6b6f81e33f9888.tar.gz unit-b911efd8a261e0426d2178542c6b6f81e33f9888.tar.bz2 | |
Fix formatting of README.md and SUPPORT.md
Fixes: c30c2f5e4 ("Add unitctl quickstart to README.md")
Fixes: 32c91a67a ("Chnages to README and SUPPORT to reflect project change")
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | SUPPORT.md | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -8,7 +8,7 @@  -# NGINX Unit is actively seeking contributors and maintainers. +# NGINX Unit is actively seeking contributors and maintainers Please see: [SUPPORT.md](/SUPPORT.md) @@ -34,7 +34,8 @@ the most out of today's computing platforms. ### macOS -Run the following command to install both `unitd` (the Unit daemon) and `unitctl` (the control tool). +Run the following command to install both `unitd` (the Unit daemon) and +`unitctl` (the control tool). ``` console $ brew install nginx/unit/unit @@ -1,8 +1,9 @@ # Maintenance and support guidelines -# NGINX Unit is seeking new maintainers. +# NGINX Unit is seeking new maintainers -Going forward, NGINX Unit will no longer receive new features or enhancements from the project maintainers. +Going forward, NGINX Unit will no longer receive new features or +enhancements from the project maintainers. NGINX Unit is still open to community contributions. |
