diff --git a/docs/Imperat/Supported-Platforms.md b/docs/Imperat/Supported-Platforms.md index 21b9b4e..85724e8 100644 --- a/docs/Imperat/Supported-Platforms.md +++ b/docs/Imperat/Supported-Platforms.md @@ -14,9 +14,11 @@ so to depend on any of the platforms you must first declare our repoistory in yo - repositories { - mavenCentral(); - } + ``` + repositories { + mavenCentral(); + } + ``` @@ -25,16 +27,17 @@ platform's dependency as below: + ```xml dev.velix imperat-PLATFORM VERSION - + ``` - implementation "dev.velix:imperat-PLATFORM:VERSION" + `implementation "dev.velix:imperat-PLATFORM:VERSION"`