Merge pull request #6812 from feisan/dev-kvkv

Documentation: fixed  typo
This commit is contained in:
Gyu-Ho Lee 2016-11-08 12:33:06 -08:00 committed by GitHub
commit 1a969ffc52

View File

@ -9,7 +9,7 @@ The etcd client provides a gRPC resolver for resolving gRPC endpoints with an et
```go
import (
"github.com/coreos/etcd/clientv3"
etcdnaming "github.com/coroes/etcd/clientv3/naming"
etcdnaming "github.com/coreos/etcd/clientv3/naming"
"google.golang.org/grpc"
)