mirror of
https://github.com/acamarata/date-fns-hijri.git
synced 2026-06-30 18:54:25 +00:00
docs: replace em-dash connectors per writing standard
This commit is contained in:
parent
fe9c2c932c
commit
0e0e9e2021
1 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue