Skip to content

Commit 2ff8650

Browse files
authored
corrected url
1 parent 78da0b6 commit 2ff8650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Add the GitHub Packages repository in `repositories` and the desired `SNAPSHOT`
351351
<repository>
352352
<id>github-quickfixj</id>
353353
<name>GitHub Packages for quickfixj</name>
354-
<url>https://maven.pkg.github.com/quickfixj/quickfixj</url>
354+
<url>https://maven.pkg.github.com/quickfix-j/quickfixj</url>
355355
<snapshots>
356356
<enabled>true</enabled>
357357
</snapshots>
@@ -380,7 +380,7 @@ Add the following to your `build.gradle` file:
380380
//build.gradle
381381
repositories {
382382
maven {
383-
url = uri("https://maven.pkg.github.com/quickfixj/quickfixj")
383+
url = uri("https://maven.pkg.github.com/quickfix-j/quickfixj")
384384
credentials {
385385
username = "USERNAME" // Your GitHub username
386386
password = "GITHUB_PAT" // Your GitHub PAT

0 commit comments

Comments
 (0)