Skip to content

Commit 5c6d773

Browse files
authored
fix: readme typo (#92)
1 parent ef87bae commit 5c6d773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ provider.register();
3838
const exporter = new TraceExporter({projectId: projectId});
3939

4040
// Add the exporter to the provider
41-
provider.addSpanProcessor(new BatchSpanProcessor(exporter);
41+
provider.addSpanProcessor(new BatchSpanProcessor(exporter));
4242
```
4343
See [README.md](https://github.com/GoogleCloudPlatform/opentelemetry-operations-js/blob/master/packages/opentelemetry-cloud-trace-exporter/README.md) for installation and usage information.
4444

0 commit comments

Comments
 (0)