diff --git a/README.md b/README.md index cad6fae2..9b9ccbca 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,6 @@ function onRequest(req, res) { res.Status = 301; res.Headers = "Location: https://www.facebook.com/\n" + "Connection: close"; - res.Updated() } } ``` @@ -316,7 +315,6 @@ function onResponse(req, res) { '', '' ); - res.Updated(); } } }