aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dan Ciruli <ciruli@gmail.com>2015-02-04 10:07:45 -0800
committerGravatar Dan Ciruli <ciruli@gmail.com>2015-02-04 10:07:45 -0800
commit99a1fe644087da862af2287c452b38b7fd4f1b9c (patch)
tree82e792d7eeb83fc90671136b4b1e2533d6ca681a /README.md
parent433cd8a46805cb83a6fc3d8431dc6e9cdf168303 (diff)
Fixed 2 typos.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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