From 7db50436664f2def323098f9faadf0842563e0a7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 22 Sep 2022 15:12:28 +0200 Subject: [PATCH] docs: update readme, important note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e7ae61..dcb278f 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ 1. Run: `npx generate-timezone-json ` to generate timezones.json from a TAB file, - for example, using a file named "zone.tab": `generate-timezone-json zone.tab` -### Gotchas -1. Note that the structure of the generated JSON file will be different depending on the source (i.e, zone.tab or the IANA timezones database) +*Important Note:* the structure of the generated JSON file will be different depending on the source (i.e, zone.tab or the IANA timezones database) ### Planned features (not yet implemented) 1. Specify an output directory with option `--outDir`: `generate-timezone --outDir ` +2. Uniform JSON structure for all sources