Skip to content

Commit 0c57421

Browse files
committed
fix format issue
1 parent 7fc4ff4 commit 0c57421

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

messaging-wrappers/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ detailed example, please check out [KafkaClientTest](./kafka-clients/src/test/ja
4747
To use OpenTelemetry in your project, you need to add the necessary dependencies. Below are the configurations for both
4848
Gradle and Maven.
4949

50-
#### Gradle
50+
**Gradle**
5151

5252
```kotlin
5353
dependencies {
5454
implementation("io.opentelemetry.contrib:opentelemetry-messaging-wrappers-kafka-clients:${latest_version}")
5555
}
5656
```
5757

58-
#### Maven
58+
**Maven**
5959

6060
```xml
6161
<dependency>
@@ -125,15 +125,15 @@ custom message protocol. For detailed example, please check out [UserDefinedMess
125125

126126
### [Manual] Step 1 Add dependencies
127127

128-
#### Gradle
128+
**Gradle**
129129

130130
```kotlin
131131
dependencies {
132132
implementation("io.opentelemetry.contrib:opentelemetry-messaging-wrappers-api:${latest_version}")
133133
}
134134
```
135135

136-
#### Maven
136+
**Maven**
137137

138138
```xml
139139
<dependency>
@@ -209,4 +209,3 @@ public class Demo {
209209
- [Steve Rao](https://github.com/steverao), Alibaba
210210

211211
Learn more about component owners in [component_owners.yml](../.github/component_owners.yml).
212-

0 commit comments

Comments
 (0)