From 8e72a0b6e4fee2f2127175785b40cc744d77c0ef Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Thu, 24 Sep 2015 16:20:33 +0300 Subject: [PATCH] Fixed example in README. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.47.3