From 99a1fe644087da862af2287c452b38b7fd4f1b9c Mon Sep 17 00:00:00 2001
From: Dan Ciruli <ciruli@gmail.com>
Date: Wed, 4 Feb 2015 10:07:45 -0800
Subject: [PATCH] Fixed 2 typos.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9a668f3b1c..c0fc227b29 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# gRPC Helloworld Tutorial
+# gRPC Hello World Tutorial
 
 ## TODO: move this to the tutorial sub-folder
 
@@ -8,7 +8,7 @@ various features of gRPC.
 
 When you finish the tutorial, you will be able to
 
-- Create an protobuf schema that defines a simple RPC service
+- Create a protobuf schema that defines a simple RPC service
 - Create a Java server that implements the schema interface
 - Create a Java client that accesses the server
 - Create a Go client that accesses the Java server
-- 
GitLab