Skip to content

Commit

Permalink
More links and typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Mar 1, 2017
1 parent 2ebe404 commit cc63363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kotlinx-coroutines-rx2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Module kotlinx-coroutines-rx1
# Module kotlinx-coroutines-rx2

Utilities for [RxJava 2.x](https://github.com/ReactiveX/RxJava).

Expand All @@ -22,8 +22,8 @@ Suspending extension functions and suspending iteration:
| [ObservableSource.open][io.reactivex.ObservableSource.open] | Subscribes to observable and returns [ReceiveChannel]
| [ObservableSource.iterator][io.reactivex.ObservableSource.iterator] | Subscribes to observable and returns [ChannelIterator]

Note, that [Flowable][io.reactivex.Flowable] is a subclass of [Reactive Streams](https://www.reactive-streams.org)
[Publisher][org.reactivestreams.Publisher] and extensions for it are covered by
Note, that `Flowable` is a subclass of [Reactive Streams](https://www.reactive-streams.org)
`Publisher` and extensions for it are covered by
[kotlinx-coroutines-reactive](../kotlinx-coroutines-reactive) module.

Conversion functions:
Expand Down

0 comments on commit cc63363

Please sign in to comment.