Skip to content

Commit

Permalink
Fix readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Feb 12, 2024
1 parent 820c012 commit 04b1bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can see a runnable [example here](./example_test.go)
```go
client := http.Client{
Transport: New(
WithName("example.com")
WithName("example.com")
WithMeter(global.MeterProvider()Meter("otel-round-tripper")),
WithAttributes(
semconv.ServiceNameKey.String("otel-round-tripper"),
Expand Down

0 comments on commit 04b1bcf

Please sign in to comment.