diff --git a/README.md b/README.md index cf3b7c7..a48fc40 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To call a service from another ``` import ( - pb "github.com/micro/services/db/proto" + pb "github.com/micro/services/helloworld/proto" ) ```