From 1d3b0e2fcb4ae0bf3f00f36b5429b2adbd1524bf Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 17:10:39 -0400 Subject: [PATCH] docs: add Architecture section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c580728..00f0ac2 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,12 @@ const opts: ConversionOptions = { calendar: 'fcna' }; 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. + +For more detail see the [Architecture wiki page](https://github.com/acamarata/dayjs-hijri-plus/wiki/Architecture). + ## Documentation Full API reference, architecture notes, and calendar system comparisons are on the [GitHub Wiki](https://github.com/acamarata/dayjs-hijri-plus/wiki).