From: Roman Arutyunyan Date: Thu, 24 Sep 2015 13:20:33 +0000 (+0300) Subject: Fixed example in README. X-Git-Tag: 0.1.0~128 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=8e72a0b6e4fee2f2127175785b40cc744d77c0ef;p=njs.git Fixed example in README. --- diff --git a/README b/README index f8a6e223..03b1db12 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ Create nginx.conf: res.headers.foo = 1234; res.status = 302; res.contentType = 'text/plain; charset=utf-8'; - res.contentLength = 11; + res.contentLength = 15; res.sendHeader(); res.send('nginx'); res.send('java');