Skip to content

Commit 5346cd4

Browse files
committed
update README.md
1 parent 78c3e25 commit 5346cd4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
[ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0)
44
[ ![Download](https://api.bintray.com/packages/jessyancoding/maven/rxerrorhandler/images/download.svg) ](https://bintray.com/jessyancoding/maven/rxerrorhandler/_latestVersion)
55

6-
##error handle of Rxjava
6+
## error handle of Rxjava
77

8-
##Step 1
8+
## Step 1
9+
10+
dependencies {
11+
compile 'me.jessyan:rxerrorhandler:1.0'
12+
}
13+
14+
## Step 2
915
```
1016
RxErrorHandler rxErrorHandler = RxErrorHandler
1117
.builder()
@@ -18,7 +24,7 @@
1824
}).build();
1925
```
2026

21-
##Step 2
27+
## Step 3
2228
```
2329
Observable
2430
.error(new Exception("erro"))
@@ -32,13 +38,13 @@
3238
});
3339
```
3440

35-
##About Me
41+
## About Me
3642
* **Email**: <jess.yan.effort@gmail.com>
3743
* **Home**: <http://jessyan.me>
3844
* **掘金**: <https://gold.xitu.io/user/57a9dbd9165abd0061714613>
3945
* **简书**: <http://www.jianshu.com/u/1d0c0bc634db>
4046

41-
##License
47+
## License
4248
```
4349
Copyright 2016, jessyan
4450

0 commit comments

Comments
 (0)