From 778e2945c5e029cdb19332784eb7b0994cf2b037 Mon Sep 17 00:00:00 2001 From: Tim Birkett Date: Mon, 23 Jul 2018 16:14:12 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f65797a..9cb1041 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ```