Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Birkett committed Jul 23, 2018
1 parent 09c5152 commit 778e294
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 @@ -23,7 +23,7 @@ Options:
# Run a script on a public holiday
$ publicholiday && /thing/to/run.sh
# Don't run a thing on public holidays
# Run a script on all days that are not public holidays
$ publicholiday || /thing/to/run.sh
```

Expand All @@ -33,7 +33,7 @@ this by passing a supported country:
# Run a script on a Argentinian public holiday
$ publicholiday -c Argentina && /thing/to/run.sh
# Don't run a thing on US public holidays
# Run a script on all days that are not US public holidays
$ publicholiday -c US || /thing/to/run.sh
```

Expand Down

0 comments on commit 778e294

Please sign in to comment.