diff options
| author | Paul Grosu <pgrosu@gmail.com> | 2016-12-07 01:22:18 -0500 |
|---|---|---|
| committer | Paul Grosu <pgrosu@gmail.com> | 2016-12-07 01:22:18 -0500 |
| commit | 7669eaecd48e61685361666d97edc7fbbdf56970 (patch) | |
| tree | 5bca327fb64ab86756c60ecf78ee04f40d241a02 | |
| parent | 255d5413ffdb8aea348b3d143377a51755f6b701 (diff) | |
submit
| -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 |
