diff --git a/README.md b/README.md index dd562f6..6118fe5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ $allHolidays = array_merge($englandWalesHolidays, $scotlandHolidays, $northernIr ### Date-based restrictions -You can use this library to retrieve, all holidays, or alternatively, holidays restricted by month of date. +You can use this library to retrieve, all holidays, or alternatively, holidays restricted by month or date. This is easily done using the `getAll`, `getByMonth` and `getByDate` methods respectively. See the following examples.