Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
fixed typo in readme
  • Loading branch information
AndyMac2508 authored Mar 27, 2017
1 parent cd7673d commit 3a191ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a191ba

Please sign in to comment.