Skip to content

Commit

Permalink
πŸ†™ update README
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 19, 2021
1 parent 6a933ad commit 04d4913
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 @@ -10,7 +10,7 @@ Add opacity to UI components and decrease it every day until their app completel
```kotlin
/*You can change these variables as you wish */
Faded.init(
dueDate = "2019-20-02",
dueDate = "2020-19-01", // yyyy-MM-dd
daysDeadline = 30
)
```
Expand All @@ -31,7 +31,7 @@ class App : Application() {
super.onCreate()

Faded.init(
dueDate = "2020-19-01",
dueDate = "2020-19-01", // yyyy-MM-dd
daysDeadline = 30
)
}
Expand Down

0 comments on commit 04d4913

Please sign in to comment.