commit | 8c48a2a196e93f69e124464037563eb49a0341d5 | [log] [tgz] |
---|---|---|
author | Julien Boeuf <[email protected]> | Sat Oct 17 22:23:02 2015 -0700 |
committer | Julien Boeuf <[email protected]> | Sat Oct 17 22:23:02 2015 -0700 |
tree | 9f1964fe0f13d7d40ee940d10e86a50288ae587e | |
parent | 3bb61d8917a506c8bbeadfa651f59ec37c74849f [diff] [blame] |
Fixing cpp examples.
diff --git a/examples/cpp/helloworld/README.md b/examples/cpp/helloworld/README.md index b16c084..7a7194d 100644 --- a/examples/cpp/helloworld/README.md +++ b/examples/cpp/helloworld/README.md
@@ -94,7 +94,7 @@ arguments as follows ``` - auto channel = CreateChannel("localhost:50051", InsecureCredentials()); + auto channel = CreateChannel("localhost:50051", InsecureChannelCredentials()); ``` - Create a stub. A stub implements the rpc methods of a service and in the