Skip to content

Commit 3f5cd22

Browse files
authored
Update README.md
1 parent 9311ada commit 3f5cd22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This project is a wrapper for the [SoundCloud API](https://developers.soundcloud
55
The SoundCloud API exposes SoundCloud resources like *tracks*, *playlists*, *users*, *comments*, etc.
66
The API gives you the ability to access a **sound's stream URL** and use your own player to play sounds from SoundCloud.
77

8-
This repository uses Retrofit2 to create Java interfaces from API endpoints. It returns an `Observable` which makes it very easy
9-
to handle asynchronous operations and you can convert an existing data structure into another Observable . Please, refer to [Observable Utility Operators](https://github.com/ReactiveX/RxJava/wiki/Observable-Utility-Operators) for more details.
8+
This repository uses Retrofit2 to create Java interfaces from API endpoints. It returns a `Single` which makes it very easy
9+
to handle asynchronous operations and you can convert an existing data structure into another Single . Please, refer to [Single Utility Operators](http://reactivex.io/documentation/single.html) for more details.
1010

1111
## How do I use this wrapper? ##
1212

0 commit comments

Comments
 (0)