diff options
Diffstat (limited to 'chapter/1')
| -rw-r--r-- | chapter/1/gRPC.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index d39a4f6..3bea7e1 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -196,7 +196,7 @@ cd examples gradlew.bat installDist ``` -If you are having issues with Unicode translation of Git on Windows you can try the following commands after entering the `examples` folder: +If you are having issues with Unicode (UTF-8) translation when using Git on Windows, you can try the following commands after entering the `examples` folder: ``` wget https://raw.githubusercontent.com/benelot/grpc-java/feb88a96a4bc689631baec11abe989a776230b74/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java |
