Skip to content

Commit 0398931

Browse files
authored
Update README.md
1 parent bd626a9 commit 0398931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ Add the following dependency to your `pom.xml`:
3535
```
3636

3737
### Gradle
38-
Add the following dependency to your `build.gradle`:
38+
Add the following dependency to your `build.gradle` (for Groovy DSL):
3939

4040
```groovy
4141
dependencies {
4242
implementation 'cn.bigmodel.openapi:oapi-java-sdk:release-V4-2.3.4'
4343
}
4444
```
4545

46-
Or `build.gradle.kts`:
46+
Or `build.gradle.kts` (for Kotlin DSL):
4747

48-
``kotlin
48+
```kotlin
4949
dependencies {
5050
implementation("cn.bigmodel.openapi:oapi-java-sdk:release-V4-2.3.4")
5151
}

0 commit comments

Comments
 (0)