diff --git a/README.md b/README.md index 6b4415a..8d1b52f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ angular.module('timezoneSelectExample', ['angular-timezone-selector']); Then use directive `timezone-selector`. ```html - + ``` ## Options @@ -36,7 +36,7 @@ Options can be included as attributes in the html element. - **display-utc** ["true"] - This show UTC offsets in the timezone names - **show-local** ["true"] - This detects local timezone's and includes at the top. If jsTimezoneDetect is installed if will include the detected timezone otherwise it fallback on moment js and list all timezones with the same browsers UTC offset. - **primary-choices** ["space seperated timezone names"] - This lets you put important timezone's at the top of the list or include extra aliases. Use names from momentjs-timezone, which you can list with the command: `moment.tz.names;`. - + An example of using the options is below: ```html