aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-04-18 12:31:49 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-04-18 12:31:49 +0200
commita22a19fd64fdf4c5c2a26f8989e86907b9e219af (patch)
treeefc751bc7d73b9eecb83551e4089df4643c52f29 /examples/cpp
parentdd109da28038eb7b2b96a5fb6edcb4be33d6e13d (diff)
fix markdown
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: