Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonboulle committed Aug 27, 2015
1 parent b735491 commit 1bcd525
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 @@ -12,7 +12,7 @@ It helps you to provide your APIs in both gRPC and RESTful style at the same tim
gRPC is great -- it generates API clients and server stubs in many programming languages,
it is fast, easy-to-use, bandwidth-efficient and its design is combat-proven by Google.
However, you might still want to provide classic RESTful APIs too for some reasons --
compatiblity to languages not supported by gRPC, API backward-compatibility or aesthetics
compatibility with languages not supported by gRPC, API backward-compatibility or aesthetics
of RESTful architecture.

That's what grpc-gateway helps you to do. You just need to implement your gRPC service with a small amount of custom options.
Expand Down

0 comments on commit 1bcd525

Please sign in to comment.