From ee060cef5042f6b7d0b24596187e55f7cfae6f0e Mon Sep 17 00:00:00 2001 From: Michael Bykovski Date: Sat, 23 Sep 2017 16:58:27 +0200 Subject: [PATCH] changed responseId to requestId #fail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09965bb..a9cc31a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ webserver.onRequest( console.log("O MA GAWD! This is the request: ", request); webserver.sendResponse( - request.responseId, + request.requestId, { status: 200, body: 'Hello World',