From 5f38293af946d4f576000523554590e88d365af5 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Fri, 2 Oct 2015 11:36:57 -0700 Subject: [PATCH] improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e0dfda69..37b05f095 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The grpc package should only depend on standard Go packages and a small number o Documentation ------------- -You can find more detailed [API documentation](https://godoc.org/google.golang.org/grpc) and examples in the [examples directory](examples/). +See [API documentation](https://godoc.org/google.golang.org/grpc) for package and API descriptions and find examples in the [examples directory](examples/). Status ------