Skip to content

Commit 20ca5c5

Browse files
authored
Update README.md
1 parent 5aa7d0c commit 20ca5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The package is currently available on Repsy and GitHub Packages.
2323

2424
1. Add the following to your `repositories` block:
2525
```kotlin
26-
maven("https://repsy.io/mvn/darvil/java")
26+
maven("https://api.repsy.io/mvn/darvil/java")
2727
```
2828

2929
2. And add the following to your `dependencies` block:
@@ -32,4 +32,4 @@ The package is currently available on Repsy and GitHub Packages.
3232
```
3333
> [!NOTE]
3434
> 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`).
35+
> You can also specify a specific version (e.g. `0.0.1`).

0 commit comments

Comments
 (0)