From c7a2188d49454203cf90a38097a196a338c532aa Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Wed, 21 Jan 2015 16:14:11 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3e372f5519..761ec90f5c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ gRPC-Go: The Google opensource RPC library in golang. -To install this package, you need to install Go 1.4 and setup your Go worksapce on your computer. The simplest way to install the grpc package is to run: +To install this package, you need to install Go 1.4 and setup your Go workspace on your computer. The simplest way to install the grpc package is to run: go get github.com/google/grpc-go