From 120f81d131c2f7198618bd4b2bf21f075e9d2de7 Mon Sep 17 00:00:00 2001 From: Andrew Carpenter Date: Tue, 26 Dec 2017 23:10:55 -0500 Subject: [PATCH] Add missing ending parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5f312b..50aeb4a3 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,7 @@ server.ext("onPreResponse", (request, reply) => { }).then(appComponent => { reply(getMarkup(appComponent)); }); -} +}); ~~~ ##### client side rendering configuration