Skip to content

Commit

Permalink
Correct repository link in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Rossen Stoyanchev <rstoyanchev@vmware.com>
  • Loading branch information
rstoyanchev committed Oct 12, 2020
1 parent 858d913 commit 4e379f1
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 @@ -23,7 +23,7 @@ Example:

```groovy
repositories {
mavenCentral()
mavenCentral()
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
}
dependencies {
Expand All @@ -38,8 +38,8 @@ Example:

```groovy
repositories {
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
maven { url 'https://repo.spring.io/milestone' } // Reactor snapshots (if needed)
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
}
dependencies {
implementation 'io.rsocket:rsocket-core:1.0.3-SNAPSHOT'
Expand Down

0 comments on commit 4e379f1

Please sign in to comment.