From 8650bb9373dfafe23398fe1e2795c0352067480c Mon Sep 17 00:00:00 2001
From: LisaFC <LisaFC@users.noreply.github.com>
Date: Fri, 27 Feb 2015 14:32:03 +0000
Subject: [PATCH] added prettyprint proto formatting

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4fd20535df..96f206b042 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,7 @@ message from the remote client containing the user's name, then send back
 a greeting in a single `HelloReply`. This is the simplest type of RPC you
 can specify in gRPC - we'll look at some other types later in this document.
 
-```
+```proto
 syntax = "proto3";
 
 option java_package = "io.grpc.examples";
-- 
GitLab