Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Jan 4, 2015
1 parent f738eec commit c6cdce0
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 @@ -18,7 +18,7 @@ Setup
The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your `build.gradle`
```java
dependencies {
compile 'com.wdullaer.materialdatetimepicker:1.0.0'
compile 'com.wdullaer:materialdatetimepicker:1.0.0'
}
```

Expand Down Expand Up @@ -77,7 +77,7 @@ The `TimePickerDialog` has a dark theme that can be set by calling
```java
tdp.setThemeDark(true);
```
It doesn't strictly follow the Material Design spec, but gets the job done for the time being.
It doesn't strictly follow the Material Design spec, but gets the job done for the time being

Potential Improvements
----------------------
Expand Down

0 comments on commit c6cdce0

Please sign in to comment.