Skip to content

Commit 1c16c8f

Browse files
authored
Update README.md
1 parent 952c899 commit 1c16c8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

errorhandler-matchers/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ By default ErrorHandler provides you with a public, fully customizable MatcherFa
44

55
In order to use them, provide an instance of your desired MatcherFactory when building your ErrorHandler instances.
66

7+
## Usage
8+
9+
### Retrofit-Rx-Matcher
10+
11+
```gradle
12+
compile 'com.workable:retrofit-rx-matcher:1.1.0'
13+
```
14+
715
```java
816

917
ErrorHandler

0 commit comments

Comments
 (0)