Skip to content

Commit 1d196aa

Browse files
committed
Fix
1 parent 00be3f4 commit 1d196aa

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/Imperat/Supported-Platforms.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ so to depend on any of the platforms you must first declare our repoistory in yo
1414
</TabItem>
1515

1616
<TabItem value="gradle" label="Gradle build.gradle">
17-
repositories {
18-
mavenCentral();
19-
}
17+
```
18+
repositories {
19+
mavenCentral();
20+
}
21+
```
2022
</TabItem>
2123
</Tabs>
2224

@@ -25,16 +27,17 @@ platform's dependency as below:
2527
<Tabs>
2628
<TabItem value="maven" label="Maven" default>
2729

30+
```xml
2831
<dependency>
2932
<groupId>dev.velix</groupId>
3033
<artifactId>imperat-PLATFORM</artifactId>
3134
<version>VERSION</version>
3235
</dependency>
33-
36+
```
3437
</TabItem>
3538

3639
<TabItem value="gradle" label="Gradle (short)">
37-
implementation "dev.velix:imperat-PLATFORM:VERSION"
40+
`implementation "dev.velix:imperat-PLATFORM:VERSION"`
3841
</TabItem>
3942
</Tabs>
4043

0 commit comments

Comments
 (0)