From 83777fdf8ba47e8d20398985c39a5cd71b9b387d Mon Sep 17 00:00:00 2001 From: kinggo Date: Mon, 12 Sep 2022 22:44:41 +0800 Subject: [PATCH] doc: add more info (#6) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f755e..d516c90 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,7 @@ func main() { ### Request/Response -`ReverseProxy` provides `SetDirector`、`SetModifyResponse`、`SetErrorHandler` to modify `Request` and `Response`. \ No newline at end of file +`ReverseProxy` provides `SetDirector`、`SetModifyResponse`、`SetErrorHandler` to modify `Request` and `Response`. + +### More info +See [example](https://github.com/cloudwego/hertz-examples)