Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhang93 committed May 13, 2024
1 parent 31eae5b commit 08b3c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08b3c9e

Please sign in to comment.