File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Google API Extensions for Java
44- [ API Documentation] ( https://cloud.google.com/java/docs/reference/gax/latest/overview.html )
55
66Google API Extensions for Java (GAX Java) is a library which aids in the
7- development of client libraries for server APIs, based on [ GRPC ] ( http://grpc.io )
7+ development of client libraries for server APIs, based on [ gRPC ] ( http://grpc.io )
88and Google API conventions.
99
1010Application code will rarely need to use most of the classes within this
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ as per [POSIX env var definition](https://pubs.opengroup.org/onlinepubs/96999197
8888 ``` shell
8989 unzip /path/to/zipfile -d " ${HOME} /.library_generation/"
9090 ```
91- #### Put the GRPC plugin in its well-known location
92- 1 . Download GRPC plugin from [ Maven Central] ( https://central.sonatype.com/artifact/io.grpc/protoc-gen-grpc-java/versions ) .
91+ #### Put the gRPC plugin in its well-known location
92+ 1 . Download gRPC plugin from [ Maven Central] ( https://central.sonatype.com/artifact/io.grpc/protoc-gen-grpc-java/versions ) .
93932 . Move the folder into its well-know location.
9494
9595 ``` shell
You can’t perform that action at this time.
0 commit comments