From ea3809b696da9423cabac27ed867a61e1544db5d Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Thu, 2 Jul 2020 12:59:54 +0000 Subject: [PATCH] Improved README page. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 76d9199d..26527c78 100644 --- a/README +++ b/README @@ -1,3 +1,11 @@ + +NGINX JavaScript (njs) +---------- + +njs is a subset of the JavaScript language that allows extending nginx +functionality. njs is created in compliance with ECMAScript 5.1 (strict mode) +with some ECMAScript 6 and later extensions. The compliance is still evolving. + The documentation is available online: http://nginx.org/en/docs/njs/ @@ -12,3 +20,4 @@ or via Github: -- NGINX, Inc., http://nginx.com + -- 2.47.3