From d46994758c21179ee370fbd550c4c2483ccaf85b Mon Sep 17 00:00:00 2001 From: Jayant Kolhe Date: Fri, 6 Feb 2015 15:28:38 -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 18e91c22..62cf6190 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ gRPC-Go: a Go implementation of gRPC, Google's RPC library 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 library is to run: -go get github.com/google/grpc-go/rpc +go get github.com/grpc/grpc-go/rpc