Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janvde authored Aug 31, 2017
1 parent 0f15f33 commit 0c51b71
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ A wrapper for the [Rome2Rio](https://www.rome2rio.com/) API. See the Rome2Rio [d


## Download
TBD
### Gradle
```
dependencies {
compile 'com.getroadmap.rome2rioandroid:Rome2RioAndroid:0.1'
}
```

## Usage

Expand Down Expand Up @@ -31,7 +36,7 @@ service.getSearchResponseRx(searchRequest.toUrl())

@Override
public void onSuccess(SearchResponse searchResponse) {
textView.setText(searchResponse.toString());
Log.d("DEBUG, "onSuccess() called with: searchResponse = [" + searchResponse.toString + "]");
}
@Override
Expand Down

0 comments on commit 0c51b71

Please sign in to comment.