Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kpmmmurphy authored Feb 17, 2017
1 parent 79fa449 commit 9bd2d45
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ complexity of your layouts.
A customisable Alert view is dynamically added to the Decor View of the Window, overlaying
all content.

## Gradle

```groovy
dependecies {
compile 'com.tapadoo.android:alerter:1.0.1'
}
```

# Usage

With simplicity in mind, the Alerter employs the builder pattern to facilitate easy integration
Expand Down Expand Up @@ -109,14 +117,6 @@ Alerter.create(this)

![Verbose Alert](./documentation/alert_verbose.gif)

## Gradle

```groovy
dependecies {
compile 'com.tapadoo.android:alerter:1.0.1'
}
```

## Sample

Clone this repo and check out the `app` module.
Expand Down

0 comments on commit 9bd2d45

Please sign in to comment.