diff --git a/README.md b/README.md index bfc09bb..7cb3829 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,20 @@ module codebase, and an excellent developer experience. - Luxon preset - Select a [Luxon preset format](https://moment.github.io/luxon/#/formatting?id=presets) - Select a fallback / server-side Drupal datetime format - - For date ranges, optionally turn on compression to reduce repeated date parts in start and end dates (eg. "October 14, 1983 at 1:30 PM EDT - October 14, 1983 at 2:30 PM EDT" becomes "October 14, 1983 at 1:30 - 2:30 PM EDT"') + - For date ranges, optionally turn on compression to reduce repeated date + parts in start and end dates (eg. "October 14, 1983 at 1:30 PM EDT - + October 14, 1983 at 2:30 PM EDT" becomes "October 14, 1983 at 1:30 - 2:30 + PM EDT"') - Luxon custom - Enter a custom Luxon datetime format using [luxon tokens](https://moment.github.io/luxon/#/formatting?id=table-of-tokens) - Enter a fallback / server-side datetime format using [PHP tokens](https://www.php.net/manual/en/datetime.format.php#refsect1-datetime.format-parameters) - - For date ranges, optionally turn on compression to reduce repeated date parts in start and end dates (eg. "October 14, 1983 at 1:30 PM EDT - October 14, 1983 at 2:30 PM EDT" becomes "October 14, 1983 at 1:30 - 2:30 PM EDT"') + - For date ranges, optionally turn on compression to reduce repeated date + parts in start and end dates (eg. "October 14, 1983 at 1:30 PM EDT - + October 14, 1983 at 2:30 PM EDT" becomes "October 14, 1983 at 1:30 - 2:30 + PM EDT"') ## Requirements -[Built copy of Luxon 3.x](https://moment.github.io/luxon/#/install) in libraries folder, such that `luxon.min.js` is available at `sites/../libraries/luxon/build/global/luxon.min.js`. +[Built copy of Luxon 3.x](https://moment.github.io/luxon/#/install) in +libraries folder, such that `luxon.min.js` is available at +`sites/../libraries/luxon/build/global/luxon.min.js`.