style: replace em dashes with colons in docs

This commit is contained in:
Aric Camarata 2026-03-08 17:28:04 -04:00
parent 1d3b0e2fcb
commit 862ee41be5

View file

@ -176,7 +176,7 @@ No `@types` package is needed.
## Architecture
A thin plugin wrapper over [hijri-core](https://github.com/acamarata/hijri-core). The plugin augments the Day.js prototype with Hijri methods, each delegating to the registered calendar engine. Zero global state calendar selection is passed per call.
A thin plugin wrapper over [hijri-core](https://github.com/acamarata/hijri-core). The plugin augments the Day.js prototype with Hijri methods, each delegating to the registered calendar engine. Zero global state: calendar selection is passed per call.
For more detail see the [Architecture wiki page](https://github.com/acamarata/dayjs-hijri-plus/wiki/Architecture).