@@ -15,7 +15,7 @@ The library is available from the public Maven repository for this Gitlab projec
### Dependency setup instructions
Add the Maven repository, either in your build.gradle.kts file or in a `dependencyResolutionManagement{}` block in your settings.gradle.kts file.
Add the Maven repository if it is not already present, either in your build.gradle.kts file or in a `dependencyResolutionManagement{}` block in your settings.gradle.kts file.
```kotlin
repositories{
...
...
@@ -58,7 +58,7 @@ Build a Temerity client, then start making requests:
The library is available from the public Maven repository for this Gitlab project.
### Dependency setup instructions
Add the Maven repository if it is not already present, either in your build.gradle.kts file or in a `dependencyResolutionManagement{}` block in your settings.gradle.kts file.