diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-08-15 03:40:50 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-08-19 23:18:59 +0100 |
commit | 12c376ab157043859df33bf0a6ad161180f2eaf5 (patch) | |
tree | b1610fecc21939651320ff6b8f8fc413862e613e /README.md | |
parent | 5d32e500b7dc70ec831540ee00b1316336379060 (diff) | |
download | unit-12c376ab157043859df33bf0a6ad161180f2eaf5.tar.gz unit-12c376ab157043859df33bf0a6ad161180f2eaf5.tar.bz2 |
README: Update number of supported languages
Seems the README was never updated to account for WebAssembly...
Reported-by: Palmese Davide Mattia <https://github.com/PalmeseMattia>
Closes: https://github.com/nginx/unit/issues/1376
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ NGINX Unit is a lightweight and versatile open-source server that has two primary capabilities: - serves static media assets, -- runs application code in seven languages. +- runs application code in eight languages. Unit compresses several layers of the modern application stack into a potent, coherent solution with a focus on performance, low latency, and scalability. It |