aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-25 09:39:33 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-25 09:39:33 -0700
commit2807951be553e2130e38150f38c4106ff59cb669 (patch)
tree6ccf093bab9de86ddcf2ce60cc686d26f0d568a9 /examples/cpp
parentbe0fb725f64513d5d0981375dfbb076bb2d0587b (diff)
parentb219338e5426ae6fc483d568432fcf3ca110a279 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into fixbazel
Diffstat (limited to 'examples/cpp')
-rw-r--r--examples/cpp/README.md2
-rw-r--r--examples/cpp/cpptutorial.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/cpp/README.md b/examples/cpp/README.md
index 783935cd53..8e2bb5d13b 100644
--- a/examples/cpp/README.md
+++ b/examples/cpp/README.md
@@ -1,4 +1,4 @@
-#gRPC in 3 minutes (C++)
+# gRPC in 3 minutes (C++)
## Installation
diff --git a/examples/cpp/cpptutorial.md b/examples/cpp/cpptutorial.md
index ae84aba916..7d98367da4 100644
--- a/examples/cpp/cpptutorial.md
+++ b/examples/cpp/cpptutorial.md
@@ -1,4 +1,4 @@
-#gRPC Basics: C++
+# gRPC Basics: C++
This tutorial provides a basic C++ programmer's introduction to working with
gRPC. By walking through this example you'll learn how to: