Skip to content

Commit

Permalink
Fix typo in readme (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Jan 5, 2024
1 parent 486a534 commit 2be178a
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 @@ -28,7 +28,7 @@ Published releases are available on maven central. Replace `{{version}}` with th

```groovy
dependencies {
implementation platform("io.opentelemetry.semconv:opentelemetry-semconv:{{version}}")
implementation "io.opentelemetry.semconv:opentelemetry-semconv:{{version}}"
}
```

Expand Down

0 comments on commit 2be178a

Please sign in to comment.