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)