Skip to content

Commit 90c2c16

Browse files
committed
distinguish the headings of md
1 parent 0c57421 commit 90c2c16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

messaging-wrappers/README.md

Lines changed: 5 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+
### [Given] Gradle
5151

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

58-
**Maven**
58+
### [Given] 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+
#### [Manual] Gradle
129129

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

136-
**Maven**
136+
#### [Manual] Maven
137137

138138
```xml
139139
<dependency>

0 commit comments

Comments
 (0)