readme: update.
This commit is contained in:
parent
eed0052790
commit
bb03abe583
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue