From 08b3c9e7a23db15e09a6218e93619d9915571672 Mon Sep 17 00:00:00 2001 From: Shubhang Balkundi Date: Mon, 13 May 2024 20:24:27 +0530 Subject: [PATCH] updates README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9147c4c..758cf03 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ func main() { httpOneListener := mux.ListenFor("http-one-listener", matchers.AutoMatchHTTP) httpFastListener := mux.ListenFor("http-fast-listener", matchers.AutoMatchHTTPFast) - HTTP2Listener := mux.ListenFor("grpc", matchers.MatchHTTP2Preface()) + HTTP2Listener := mux.ListenFor("grpc", matchers.MatchHTTP2Preface) // same matcher can be used for GRPC as well var wg sync.WaitGroup