From 00069225a432bf52a967f94d88ffc924a507c79d Mon Sep 17 00:00:00 2001 From: Dave Moten Date: Sat, 11 Apr 2015 07:22:49 +1000 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f720199..d1a2c2d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ String and Byte operators for [RxJava](https://github.com/ReactiveX/RxJava): * Read bytes from an ```InputStream``` as a stream of byte arrays (```StringObservable.from```) * Read text from a ```Reader``` as a stream of ```String``` (```StringObservable.from```) -* Convert between ```Observable``` and ```Observable``` (```StringObservable.encode, decode```) +* Convert between ```Observable``` and ```Observable``` (```StringObservable.encode, decode```) * Split text by regex (rechunks a stream of ```String```) (```StringObservable.split```) -* Join text by separator (```StringObservable.join, stringConcat```) +* Join text (```StringObservable.join, stringConcat```) ## Master Build Status