Skip to content

Commit 40e8b8d

Browse files
author
Kaushik Gopal
committed
fix: pointed to debounced buffer usage in title
1 parent 01ee20e commit 40e8b8d

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
@@ -64,7 +64,7 @@ While the example here is pretty rudimentary, the technique used to achieve the
6464

6565
This is an example of polling using RxJava Schedulers. This is useful in cases, where you want to constantly poll a server and possibly get new data. The network call is "simulated" so it forces a delay before return a resultant string.
6666

67-
### RxBus - An event bus using RxJAva
67+
### RxBus - An event bus using RxJava + DebouncedBuffer
6868

6969
Have a look at the accompanying blog posts for details on this demo:
7070

0 commit comments

Comments
 (0)