Skip to content

Commit 2be178a

Browse files
authored
Fix typo in readme (#42)
1 parent 486a534 commit 2be178a

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
@@ -28,7 +28,7 @@ Published releases are available on maven central. Replace `{{version}}` with th
2828

2929
```groovy
3030
dependencies {
31-
implementation platform("io.opentelemetry.semconv:opentelemetry-semconv:{{version}}")
31+
implementation "io.opentelemetry.semconv:opentelemetry-semconv:{{version}}"
3232
}
3333
```
3434

0 commit comments

Comments
 (0)