Skip to content

Commit a27d3b6

Browse files
altus34velo
authored andcommitted
Update README.md (#869)
Fix Project Reactor URL
1 parent b51b110 commit a27d3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Reactive Streams Wrapper
44
This module wraps Feign's http requests in a [Reactive Streams](https://reactive-streams.org)
55
Publisher, enabling the use of Reactive Stream `Publisher` return types. Supported Reactive Streams implementations are:
66

7-
* [Reactor](https://project-reactor.org) (`Mono` and `Flux`)
7+
* [Reactor](https://projectreactor.io/ (`Mono` and `Flux`)
88
* [ReactiveX (RxJava)](https://reactivex.io) (`Flowable` only)
99

1010
To use these wrappers, add the `feign-reactive-wrappers` module, and your desired `reactive-streams`

0 commit comments

Comments
 (0)