Skip to content

Commit 9c2ce77

Browse files
author
Daniel Holbach
authored
Merge pull request #200 from jdbaldry/fix-httpgrpc-typo
s/Kuberneretes/Kubernetes/
2 parents 2806140 + 207517f commit 9c2ce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpgrpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**What?** Embedding HTTP requests and responses into a gRPC service; a service and client to translate back and forth between the two, so you can use them with your faviourite mux.
22

3-
**Why?** Get all the goodness of protobuf encoding, HTTP/2, snappy, load balancing, persistent connection and native Kuberneretes load balancing with ~none of the effort.
3+
**Why?** Get all the goodness of protobuf encoding, HTTP/2, snappy, load balancing, persistent connection and native Kubernetes load balancing with ~none of the effort.
44

55
To rebuild generated protobuf code, run:
66

0 commit comments

Comments
 (0)