Skip to content

Commit

Permalink
Update README.md (OpenFeign#869)
Browse files Browse the repository at this point in the history
Fix Project Reactor URL
  • Loading branch information
altus34 authored and velo committed Dec 28, 2018
1 parent db3ad19 commit bbdf732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Reactive Streams Wrapper
This module wraps Feign's http requests in a [Reactive Streams](https://reactive-streams.org)
Publisher, enabling the use of Reactive Stream `Publisher` return types. Supported Reactive Streams implementations are:

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

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

0 comments on commit bbdf732

Please sign in to comment.