Skip to content

Commit 809f37d

Browse files
committed
Update README.md
updated the description.
1 parent 1f03b0b commit 809f37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RxJava Debug Plugin
22

3-
A debug plugin implementation for [RxJava](https://github.com/ReactiveX/RxJava).
3+
A execution plugin implementation for debugging [RxJava](https://github.com/ReactiveX/RxJava). RxJava gives you low level plugin hooks for things like create, subscribe and lift. The DebugHook defined in this project uses those to give you hooks for the start/end/error of `Subscribe`, `OnNext`, `OnError`, `OnComplete` and `Unsubscribe`. For many of the `rx.plugins.DebugNotification` events you also get the operator where the notification is coming from and going to. It's like having a detailed materialized copy of every `rx.Observable` in the system.
44

55
## Master Build Status
66

0 commit comments

Comments
 (0)