From db7f5226d5e6de20ccab9cc93e2d6d93c5b0d05b Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@users.noreply.github.com>
Date: Tue, 26 May 2015 17:07:06 -0700
Subject: [PATCH] fix the C# route guide header

# was not showing
---
 csharp/route_guide/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp/route_guide/README.md b/csharp/route_guide/README.md
index cdde835dc2..61124fe620 100644
--- a/csharp/route_guide/README.md
+++ b/csharp/route_guide/README.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:
 
@@ -389,4 +389,4 @@ Run the client (in a different terminal):
 
 You can also run the server and client directly from Visual Studio.
 
-On Linux or Mac, use `mono RouteGuideServer.exe` and `mono RouteGuideClient.exe` to run the server and client.
\ No newline at end of file
+On Linux or Mac, use `mono RouteGuideServer.exe` and `mono RouteGuideClient.exe` to run the server and client.
-- 
GitLab