Documentation: fixed typo

This commit is contained in:
Kelvin Liang 2016-11-05 17:46:09 -03:00
parent ecd4803ccc
commit 97ac128fef

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"
)