From b4282cae901ecf025ed8d779cb06b2d2c2adfc85 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 8 Sep 2013 10:40:27 -0400 Subject: [PATCH] LW --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c8662..ae23c2e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ So, if the 15th is a Saturday, the trigger fires on Friday the 14th. If the 15th The `W` character can be specified only when the day-of-month is a single day, not a range or list of days. -The `W` character can also be combined with `L` to mean "the last business day of the month." +The `W` character can also be combined with `L`, i.e. `LW` to mean "the last business day of the month." #### Hash ( # ) `#` is allowed for the day-of-week field, and must be followed by a number between one and five. It allows you to specify constructs such as "the second Friday" of a given month.