Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeraci committed Dec 2, 2015
1 parent 0d2423e commit f01b4fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,16 @@ BIRTHDAYS = {
# chore is a dictionary with the following values:
# - text (str, required): description of the chore that will display
# - icon (str, optional): if present, an icon span will print with this class
# - time_range (tuple, optional): a start hour (inclusive) and end hour
# - time_range (list, optional): a start hour (inclusive) and end hour
# (exclusive) during which to display the chore
CHORES = {
'Monday': [
],
'Tuesday': [
{
'text': 'Take out recycling tonight',
'icon': 'recycling'
'icon': 'recycling',
'time_range': [8, 21]
}
],
'Wednesday': [
Expand Down

0 comments on commit f01b4fa

Please sign in to comment.