Skip to content

Commit 0de0278

Browse files
SgtSilvioAcidSepp
andcommitted
Apply suggestions from code review
Co-Authored-By: Yannick Weber <[email protected]>
1 parent 41f2bac commit 0de0278

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
@@ -28,9 +28,9 @@ backpressure support.
2828
[MQTT 5.0](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html) features**
2929
- API flavors:
3030
- **Reactive**: [Reactive Streams](https://www.reactive-streams.org/) compatible,
31-
[RxJava](https://github.com/ReactiveX/RxJava) and [Reactor](https://github.com/reactor/reactor-core) APIs available.
32-
- **Asynchronous**: futures and callbacks
33-
- **Blocking**: for quick start and testing
31+
[RxJava](https://github.com/ReactiveX/RxJava) and [Reactor](https://github.com/reactor/reactor-core) APIs available
32+
- **Asynchronous API**: futures and callbacks
33+
- **Blocking API**: for quick start and testing
3434
- Switch flexibly between flavours and use them concurrently
3535
- Flavours are clearly separated but have a consistent API style
3636
- **Backpressure support**:

0 commit comments

Comments
 (0)