From efc9e60dd9a72a3300caf21914fb8490a97c11e1 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 17:10:47 -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 aa525dd..640831e 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,12 @@ installHijri(moment); const hijri: HijriDate | null = moment().toHijri(); ``` +## Architecture + +A thin plugin wrapper over [hijri-core](https://github.com/acamarata/hijri-core). The plugin augments the Moment.js prototype with Hijri methods, each delegating to the registered calendar engine. Zero global state. + +For more detail see the [Architecture wiki page](https://github.com/acamarata/moment-hijri-plus/wiki/Architecture). + ## Documentation Full API reference, architecture notes, and calendar algorithm details are in the [project wiki](https://github.com/acamarata/moment-hijri-plus/wiki).