Skip to content

Commit

Permalink
fix: typo (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaborie authored and velo committed Aug 5, 2019
1 parent 1b9910c commit b01cc49
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://projectreactor.io/ (`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 b01cc49

Please sign in to comment.