From a3eb1dbcac85e66828e1b1f58331e7a234945947 Mon Sep 17 00:00:00 2001 From: jongleberry Date: Sun, 24 Sep 2023 18:19:31 -0700 Subject: [PATCH] readme++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e845c2c..7dcafab 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ const render = function ({ // express middleware function (req, res) { res.setHeader('content-type', 'text/html; charset=utf-8') - res.flushheaders() + res.flushHeaders() render({ // pass a promise that resolves to the user