From 6914ab1e338c92da4218a23d27fcd03d0ad78d46 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 14:54:52 -0300 Subject: [PATCH] Fix broken Markdown headings in examples/gotutorial.md (#1189) --- examples/gotutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gotutorial.md b/examples/gotutorial.md index 6770b52d..a86b5b6c 100644 --- a/examples/gotutorial.md +++ b/examples/gotutorial.md @@ -1,4 +1,4 @@ -#gRPC Basics: Go +# gRPC Basics: Go This tutorial provides a basic Go programmer's introduction to working with gRPC. By walking through this example you'll learn how to: