Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanZimmitti authored May 28, 2019
1 parent 30ffb8f commit 810eba3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ The second way is
#### Use JZNightMode To Get The Day-Theme Or Night-Theme

// Gets The Theme Based On The Time Of Day//
jzNightMode.getTheme()
val theme = jzNightMode.getTheme()

// Sets The Theme//
setTheme(theme)


#### Getting The Sunrise And Sunset Times
Expand Down

0 comments on commit 810eba3

Please sign in to comment.