Skip to content

Commit

Permalink
Update README.md (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
waterghost-2046 authored Aug 20, 2024
1 parent bb38c8a commit e2af5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Follow the below steps to add MCProtocolLib as a dependency to your project.
<repositories>
<repository>
<id>opencollab</id>
<url>https://repo.opencollab.dev/maven-releases/</url>
<url>https://repo.opencollab.dev/main/</url>
</repository>
</repositories>
```
Expand All @@ -42,7 +42,7 @@ Follow the below steps to add MCProtocolLib as a dependency to your project.
repositories {
maven {
name 'opencollab'
url 'https://repo.opencollab.dev/maven-releases/'
url 'https://repo.opencollab.dev/main/'
}
}
```
Expand All @@ -61,7 +61,7 @@ dependencies {

```kotlin
repositories {
maven("https://repo.opencollab.dev/maven-releases/") {
maven("https://repo.opencollab.dev/main/") {
name = "opencollab"
}
}
Expand Down

0 comments on commit e2af5db

Please sign in to comment.