X Tutup
Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 5d28796

Browse files
committed
Update README.md
1 parent f370273 commit 5d28796

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Intro to RxJava
22

3-
This project aims to use the successful structure of Rx.NET's www.introtorx.com to introduce beginners to RxJava.
3+
This guide aims to introduce a beginner reactive programmer to the complete power of [https://github.com/ReactiveX/RxJava](RxJava) implementation. It is based on the [IntroToRx](www.introtorx.com) guide for Rx.NET.
4+
5+
No experience with reactive or functional programming is needed to follow the book. Some familiarity with Java is expected.
6+
7+
[Begin learning](/Part 1 - Getting Started/1. Why Rx.md)

0 commit comments

Comments
 (0)
X Tutup