From fd1d2a6a54530622b6cc6ede223f290291df800e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nilsved?= Date: Tue, 8 Aug 2023 15:18:33 +0200 Subject: [PATCH] Improve wording --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e298b16..2891e9e 100644 --- a/README.md +++ b/README.md @@ -280,10 +280,10 @@ Because the timezone used may be a fallback and not what the user expects, it's important to _always_ display the actual timezone name whenever time information is present in the user interface. -[`formatTimezone`](https://deno.land/x/complaindate/mod.ts?s=formatTimezone) -will make a timezone name look pretty for the user. It replaces underscores with -spaces to give a less technical impression, for example `"Africa/Dar es Salaam"` -instead of `"Africa/Dar_es_Salaam"`. +The [`formatTimezone`](https://deno.land/x/complaindate/mod.ts?s=formatTimezone) +utility will make a timezone name look pretty for the user. It replaces +underscores with spaces to give a less technical impression, for example +`"Africa/Dar es Salaam"` instead of `"Africa/Dar_es_Salaam"`. ### Guided timezone preference input