diff --git a/go/README.md b/go/README.md index bf5d6c8cf487098ae9cf545cecdda97754347461..9fc49474d799be8417851f086f0b7cc9cbc1a904 100644 --- a/go/README.md +++ b/go/README.md @@ -16,8 +16,8 @@ INSTALL ------- ```sh -$ go get -u github.com/grpc-common/go/greeter_client -$ go get -u github.com/grpc-common/go/greeter_server +$ go get -u github.com/grpc/grpc-common/go/greeter_client +$ go get -u github.com/grpc/grpc-common/go/greeter_server ``` TRY IT!