Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
- Correct dependency path
- Update "public" tag to yes
  • Loading branch information
bret-fears committed Mar 27, 2017
1 parent 560b481 commit f3883f8
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 @@ -3,7 +3,7 @@
# Spruce Android Animation Library
[![CircleCI Build Status](https://circleci.com/gh/willowtreeapps/spruce-android.svg?style=shield)](https://circleci.com/gh/willowtreeapps/spruce-android)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)]()
[![Public No](https://img.shields.io/badge/Public-no-red.svg?style=flat)]()
[![Public Yes](https://img.shields.io/badge/Public-no-red.svg?style=flat)]()

## What is it?
Spruce is a lightweight animation library that helps choreograph the animations on the screen. With so many different animation libraries out there, developers need to make sure that each view is animating at the appropriate time. Spruce can help designers request complex multi-view animations and not have the developers cringe at the prototype.
Expand All @@ -17,7 +17,7 @@ Add the following to your project's build.gradle file

```
dependencies {
compile 'com.github.willowtreeapps.spruce-android:spruce-lib:1.0.0'
compile 'com.willowtreeapps.spruce:spruce-android:1.0.0'
}
```

Expand Down

0 comments on commit f3883f8

Please sign in to comment.