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

Commit

Permalink
fix: change zipkin trace exporter name on readme (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoemery authored and kjin committed Aug 22, 2018
1 parent f7e053f commit ed255e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-zipkin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var options = {
url: 'your-zipkin-url',
serviceName: 'your-application-name'
}
var exporter = new zipkin.Zipkin(options);
var exporter = new zipkin.ZipkinTraceExporter(options);
```

Similarly for Typescript:
Expand Down

0 comments on commit ed255e6

Please sign in to comment.