Skip to content

Commit

Permalink
Fix incorrect packagename in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarr21 authored May 2, 2017
1 parent 9d59c68 commit 0d20589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Are you fed up of Custom Views to set fonts? Or traversing the ViewTree to find

### Dependency

Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=uk/co/chrisjenx/calligraphy3/3.0.0/calligraphy3-3.0.0.aar) as well as the [ViewPump](https:/InflationX/ViewPump) library:
Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=io/github/inflationx/calligraphy3/3.0.0/calligraphy3-3.0.0.aar) as well as the [ViewPump](https:/InflationX/ViewPump) library:

```groovy
dependencies {
compile 'uk.co.chrisjenx:calligraphy3:3.0.0'
compile 'io.github.inflationx:calligraphy3:3.0.0'
compile 'io.github.inflationx:viewpump:1.0.0'
}
```
Expand Down

0 comments on commit 0d20589

Please sign in to comment.