Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ed255e6

Browse files
eduardoemerykjin
authored andcommitted
fix: change zipkin trace exporter name on readme (#101)
1 parent f7e053f commit ed255e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencensus-exporter-zipkin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var options = {
3333
url: 'your-zipkin-url',
3434
serviceName: 'your-application-name'
3535
}
36-
var exporter = new zipkin.Zipkin(options);
36+
var exporter = new zipkin.ZipkinTraceExporter(options);
3737
```
3838

3939
Similarly for Typescript:

0 commit comments

Comments
 (0)