From 14d1f617de7f5f22ac754cb616cc6f05564e6bd0 Mon Sep 17 00:00:00 2001 From: Sapa96 <154467851+Sapa96@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:31:21 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97181e306..eaf3f2e0ae 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ NGINX (pronounced "engine x" or "en-jin-eks") is the world's most popular Web Se NGINX is free and open source software, distributed under the terms of a simplified [2-clause BSD-like license](LICENSE). -Enterprise distributions, commercial support and training are available from [F5, Inc](https://www.f5.com/products/nginx). +Enterprise distributions, commercial support and training are available from [F5, Inc](https://www.f5.com/products/nginx). hellooo > [!IMPORTANT] > The goal of this README is to provide a basic, structured introduction to NGINX for novice users. Please refer to the [full NGINX documentation](https://nginx.org/en/docs/) for detailed information on [installing](https://nginx.org/en/docs/install.html), [building](https://nginx.org/en/docs/configure.html), [configuring](https://nginx.org/en/docs/dirindex.html), [debugging](https://nginx.org/en/docs/debugging_log.html), and more. These documentation pages also contain a more detailed [Beginners Guide](https://nginx.org/en/docs/beginners_guide.html), How-Tos, [Development guide](https://nginx.org/en/docs/dev/development_guide.html), and a complete module and [directive reference](https://nginx.org/en/docs/dirindex.html).