readme: update.

This commit is contained in:
0x1eef 2022-12-26 16:33:31 -03:00
parent eed0052790
commit bb03abe583

View file

@ -64,8 +64,9 @@ information about each chapter in The Quran. The JSON file is structured as an a
of objects, where each object describes a given chapter. of objects, where each object describes a given chapter.
The following example demonstrates how Al-Fatihah is described. The "codepoints" The following example demonstrates how Al-Fatihah is described. The "codepoints"
property is a sequence of unicode codepoints that can be mapped back to Arabic - property is a sequence of unicode codepoints representing a surah's name in Arabic.
for example by using JavaScript's `String.fromCodePoint(...codepoints)`. The codepoints can be mapped to Arabic using JavaScript's
`String.fromCodePoint(...codepoints)` function.
```json ```json
{ {