diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 15:53:35 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 15:53:35 +0300 |
commit | 2b4d83cbd8a228b0004e3831c9d933400dede3c1 (patch) | |
tree | 26c3f6cbd2a4e99721a065251a38fd33bc1511be | |
parent | 5c2021f8340566cbdac9dcc8e32c710d4b763a43 (diff) | |
download | unit-2b4d83cbd8a228b0004e3831c9d933400dede3c1.tar.gz unit-2b4d83cbd8a228b0004e3831c9d933400dede3c1.tar.bz2 |
Node.js: npm package readme cleanup.
-rw-r--r-- | src/nodejs/unit-http/README.md | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/nodejs/unit-http/README.md b/src/nodejs/unit-http/README.md index 71a4067a..b6b975e4 100644 --- a/src/nodejs/unit-http/README.md +++ b/src/nodejs/unit-http/README.md @@ -1,21 +1,5 @@ +[<img src="https://unit.nginx.org/_static/logo.svg" width="40%">](https://unit.nginx.org) + # Node.js Package for NGINX Unit -[<img src="https://unit.nginx.org/_static/logo.svg" width=150px>](https://unit.nginx.org) -Node.js support package for NGINX Unit. For details, see [NGINX Unit documentation](https://unit.nginx.org). - -## Installation - -```bash -npm i unit-http -``` - -## Usage - -```javascript -var http = require('unit-http'); -``` - -## License - -Apache 2.0 |