Parcourir la source

Merge pull request #84 from grpc/oaktowner-patch-7

Update README.md
Tim Emiola il y a 10 ans
Parent
commit
0dd1f00ebd
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      java/README.md

+ 4 - 0
java/README.md

@@ -1,6 +1,10 @@
 gRPC in 3 minutes (Java)
 ========================
 
+BACKGROUND
+-------------
+For this sample, we've already generated the server and client stubs from [helloworld.proto](https://github.com/grpc/grpc-common/blob/master/protos/helloworld.proto). 
+
 PREREQUISITES
 -------------