Skip to content

Commit

Permalink
clarified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiehl committed Feb 2, 2015
1 parent bfb1057 commit 950c8f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ holiday.setState('nw');
console.log(holiday.holidays);
```

To enable a disabled holiday, set it to `true`:
To enable a additional holidays, set them to `true` in the `holidays` object:

```
holiday.holidays.Rosenmontag = true;
holiday.holidays['Augsburger Friedensfest'] = true;
```

## Author
Expand Down

0 comments on commit 950c8f2

Please sign in to comment.