diff --git a/propagators/opencensus/README.md b/propagators/opencensus/README.md index 8a542669235..88c6879c4a7 100644 --- a/propagators/opencensus/README.md +++ b/propagators/opencensus/README.md @@ -11,7 +11,7 @@ A GRPC client and server that use OpenCensus cannot easily migrate to OpenTeleme To add the binary propagation format with otelgrpc, use the WithPropagators option to the otelgrpc Interceptors: ```golang -import "go.opentelemetry.io/contrib/propagation/opencensus" +import "go.opentelemetry.io/contrib/propagators/opencensus" opt := otelgrpc.WithPropagators(opencensus.Binary{}) ```