Skip to content

Commit 2760096

Browse files
authored
fix import link (#724)
1 parent 0b89c82 commit 2760096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

propagators/opencensus/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A GRPC client and server that use OpenCensus cannot easily migrate to OpenTeleme
1111
To add the binary propagation format with otelgrpc, use the WithPropagators option to the otelgrpc Interceptors:
1212

1313
```golang
14-
import "go.opentelemetry.io/contrib/propagation/opencensus"
14+
import "go.opentelemetry.io/contrib/propagators/opencensus"
1515

1616
opt := otelgrpc.WithPropagators(opencensus.Binary{})
1717
```

0 commit comments

Comments
 (0)