update quran readme

This commit is contained in:
Asim Aslam
2021-09-16 16:26:16 +01:00
parent 83ae3b6f39
commit 714ef83a8f
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ The Holy Quran
# Quran Service
The Holy Quran
The Holy Quran is the central religious text of Islam, believed by Muslims to be a revelation from God (Allah).
This service provides access to a straightforward copy of that text including transliteration and translation.
Powered by [Quran.com](https://quran.api-docs.io)

View File

@@ -136,7 +136,9 @@ message SummaryResponse {
string text = 4;
}
// Lookup the verses (ayahs) for a chapter
// Lookup the verses (ayahs) for a chapter including
// translation, interpretation and breakdown by individual
// words.
message VersesRequest {
// The chapter id to retrieve
int32 chapter = 1;