readme: update.

This commit is contained in:
0x1eef 2022-05-27 21:57:57 -03:00
parent 6eaf75ec16
commit 7d7d4881f2

View file

@ -287,9 +287,9 @@ locale (i.e: `en`):
```sql ```sql
SELECT qurans.locale, SELECT qurans.locale,
chapters.tr_name AS "chapter (name)", chapters.tr_name AS "chapter (name)",
chapters.number AS chapter, chapters.number AS chapter,
verses.number AS verse, verses.number AS verse,
verses.content verses.content
FROM verses FROM verses
INNER JOIN qurans INNER JOIN qurans
@ -336,12 +336,13 @@ The output should look like this:
``` ```
locale chapter (name) chapter verse content locale chapter (name) chapter verse content
------ -------------- ------- ----- ------------------------------------------------------------ ------ -------------- ------- ----- ----------------------------------------------------
en Jonah 10 5 He is the One Who made the sun a radiant source and the moon en Jonah 10 5 He is the One Who made the sun a radiant source and
a reflected light, with precisely ordained phases, so that the moon a reflected light, with precisely ordained
you may know the number of years and calculation ˹of time˺. phases, so that you may know the number of years and
Allah did not create all this except for a purpose. He makes calculation ˹of time˺. Allah did not create all this
the signs clear for people of knowledge. except for a purpose. He makes the signs clear for
people of knowledge.
``` ```