We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa7d0c commit 20ca5c5Copy full SHA for 20ca5c5
README.md
@@ -23,7 +23,7 @@ The package is currently available on Repsy and GitHub Packages.
23
24
1. Add the following to your `repositories` block:
25
```kotlin
26
- maven("https://repsy.io/mvn/darvil/java")
+ maven("https://api.repsy.io/mvn/darvil/java")
27
```
28
29
2. And add the following to your `dependencies` block:
@@ -32,4 +32,4 @@ The package is currently available on Repsy and GitHub Packages.
32
33
> [!NOTE]
34
> The `+` symbol is a wildcard that will automatically use the latest version of the package.
35
-> You can also specify a specific version (e.g. `0.0.1`).
+> You can also specify a specific version (e.g. `0.0.1`).
0 commit comments