Skip to content

Commit 1cc41c5

Browse files
chore: Include language code fences
1 parent 3a38a21 commit 1cc41c5

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/castle

1 file changed

+2
-2
lines changed

src/connections/destinations/catalog/castle/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Calls are now visible in Castle dashboards in real-time.
6161
6262
- Add this line to your gradle file:
6363
64-
```
64+
```groovy
6565
implementation 'com.segment.analytics.kotlin.destinations:castle:<latest_version>'
6666
```
6767
6868
- Add the following for Kotlin DSL:
6969
70-
```
70+
```kotlin
7171
implementation("com.segment.analytics.kotlin.destinations:castle:<latest_version>")
7272
```
7373

0 commit comments

Comments
 (0)