Skip to content

Commit 4e379f1

Browse files
committed
Correct repository link in README.md
Signed-off-by: Rossen Stoyanchev <[email protected]>
1 parent 858d913 commit 4e379f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Example:
2323

2424
```groovy
2525
repositories {
26-
mavenCentral()
26+
mavenCentral()
2727
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
2828
}
2929
dependencies {
@@ -38,8 +38,8 @@ Example:
3838

3939
```groovy
4040
repositories {
41-
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
42-
maven { url 'https://repo.spring.io/milestone' } // Reactor snapshots (if needed)
41+
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
42+
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
4343
}
4444
dependencies {
4545
implementation 'io.rsocket:rsocket-core:1.0.3-SNAPSHOT'

0 commit comments

Comments
 (0)