From 7669eaecd48e61685361666d97edc7fbbdf56970 Mon Sep 17 00:00:00 2001 From: Paul Grosu Date: Wed, 7 Dec 2016 01:22:18 -0500 Subject: submit --- chapter/1/gRPC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3