Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsust authored Dec 21, 2018
1 parent c9c0cf4 commit 837b79f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,18 @@ dependencies {
implementation 'com.github.paveltech:HttpResponseCodeHandling:1.0.0'
}
```

##Configure
```java

HttpResponseCode httpResponseCode;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

httpResponseCode = new HttpResponseCode(getApplicationContext() , true);

}

```

0 comments on commit 837b79f

Please sign in to comment.