From 0e0e9e2021214399fbb8aedfe69734ee557d5c56 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 30 May 2026 18:49:07 -0400 Subject: [PATCH] docs: replace em-dash connectors per writing standard --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb3382b..b19d682 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ import { // Convert Gregorian to Hijri const hijri = toHijriDate(new Date(2023, 2, 23, 12)); -// { hy: 1444, hm: 9, hd: 1 } — 1 Ramadan 1444 +// { hy: 1444, hm: 9, hd: 1 } (1 Ramadan 1444) // Format with Hijri tokens const label = formatHijriDate(new Date(2023, 2, 23, 12), 'iD iMMMM iYYYY ioooo'); @@ -47,15 +47,15 @@ getHijriMonthName(9); // 'Ramadan' Full API reference, guides, and examples: **[Wiki](https://github.com/acamarata/date-fns-hijri/wiki)** -- [API Reference](https://github.com/acamarata/date-fns-hijri/wiki/API-Reference) — all 17 functions with signatures and examples -- [Architecture](https://github.com/acamarata/date-fns-hijri/wiki/Architecture) — design decisions and hijri-core integration +- [API Reference](https://github.com/acamarata/date-fns-hijri/wiki/API-Reference): all 17 functions with signatures and examples +- [Architecture](https://github.com/acamarata/date-fns-hijri/wiki/Architecture): design decisions and hijri-core integration - [Quick Start](https://github.com/acamarata/date-fns-hijri/wiki/guides/quickstart) ## Related -- [hijri-core](https://github.com/acamarata/hijri-core) — the calendar engine powering this library -- [luxon-hijri](https://github.com/acamarata/luxon-hijri) — Hijri support for Luxon DateTime objects -- [pray-calc](https://github.com/acamarata/pray-calc) — Islamic prayer times +- [hijri-core](https://github.com/acamarata/hijri-core): the calendar engine powering this library +- [luxon-hijri](https://github.com/acamarata/luxon-hijri): Hijri support for Luxon DateTime objects +- [pray-calc](https://github.com/acamarata/pray-calc): Islamic prayer times ## Compatibility