diff --git a/README.md b/README.md index 5b2d0b3a2..2f97fa465 100644 --- a/README.md +++ b/README.md @@ -510,8 +510,8 @@ data. console.log("res from proxied server:", body); res.end("my response to cli"); }); + proxy.web(req, res, option); }); - proxy.web(req, res, option); ```