Skip to content

Commit

Permalink
Fix README.md example code
Browse files Browse the repository at this point in the history
  • Loading branch information
maguro authored and soheilhy committed May 19, 2018
1 parent e09e938 commit f7603f4
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 @@ -25,7 +25,7 @@ trpcL := m.Match(cmux.Any()) // Any means anything that is not yet matched.

// Create your protocol servers.
grpcS := grpc.NewServer()
grpchello.RegisterGreeterServer(grpcs, &server{})
grpchello.RegisterGreeterServer(grpcS, &server{})

httpS := &http.Server{
Handler: &helloHTTP1Handler{},
Expand Down

0 comments on commit f7603f4

Please sign in to comment.