From cee547352a4dde561eb95ea4fd9eda9f7db8bf0d Mon Sep 17 00:00:00 2001 From: zhangxiaofeng05 Date: Thu, 23 Feb 2023 15:44:54 +0800 Subject: [PATCH] docs(readme): misspell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b3f876..3b8cc9d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ is a generic gRPC reverse proxy handler. ## Proxy Handler The package [`proxy`](proxy/) contains a generic gRPC reverse proxy handler that allows a gRPC server to -not know about registered handlers or their data types. Please consult the docs, here's an exaple usage. +not know about registered handlers or their data types. Please consult the docs, here's an example usage. You can call `proxy.NewProxy` to create a `*grpc.Server` that proxies requests. ```go