Skip to content

Commit 23d3d2a

Browse files
authored
Merge pull request #78 from jroper/update-readme-links
Add SmallRye implementation to streams README
2 parents 886a91d + 8de726a commit 23d3d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streams/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ For additional API naming and scope, Akka Streams, RxJava and Reactor have been
4646

4747
MicroProfile Reactive Streams does not contain an implementation itself but only provides the specified API, a TCK and documentation.
4848

49-
The following Implementations are available
49+
The following Implementations are available:
5050

5151
* https://github.com/lightbend/microprofile-reactive-streams/tree/master/akka[Akka Streams]
5252
* https://github.com/lightbend/microprofile-reactive-streams/tree/master/zerodep[Zero Dependency] - intended as a possible reference implementation for when this is proposed to the JDK, but not the reference implementation for MicroProfile as MicroProfile does not have reference implementations.
53-
* https://github.com/lightbend/microprofile-reactive-streams/tree/master/rxjava[RxJava]
53+
* https://github.com/smallrye/smallrye-reactive-streams-operators[SmallRye] - based on RxJava 2 and Eclipse Vert.x.
5454

5555
== Design
5656

0 commit comments

Comments
 (0)