From b911efd8a261e0426d2178542c6b6f81e33f9888 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 20 Aug 2025 18:47:16 +0100 Subject: 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 --- README.md | 5 +++-- SUPPORT.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b44bc704..1a0325d9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![NGINX Unit Logo](docs/unitlogo.svg) -# 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 diff --git a/SUPPORT.md b/SUPPORT.md index de57e6a9..32348f5e 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -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. -- cgit