From bc32214cee58008534c08f27d12e9005e939a429 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 17:28:04 -0400 Subject: [PATCH] style: replace em dashes with colons in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 582cf25..7491968 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ const opts: ConversionOptions = { calendar: 'fcna' }; ## Architecture -A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core). Each function is a stateless wrapper that delegates to the registered calendar engine. No global state, no configuration object — pass options per call. +A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core). Each function is a stateless wrapper that delegates to the registered calendar engine. No global state, no configuration object: pass options per call. For more detail see the [Architecture wiki page](https://github.com/acamarata/date-fns-hijri/wiki/Architecture).