From 47c1d99a2d0fd0c61414c089b126cfc0a6dc3727 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 7 Oct 2022 20:12:33 -0300 Subject: [PATCH] readme: fix a couple of errors. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d71c62f..e1f7002 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ the verse. For example: [Source: https://al-quran.cc](https://al-quran.cc) Each JSON file represents a chapter, or surah. For example - -[src/pt/1.json](src/json/pt/1.json) contains Al-Fatihah. The structure of the JSON +[src/json/pt/1.json](src/json/pt/1.json) contains Al-Fatihah. The structure of the JSON files can be described as an array where the first element is an object that contains information aboout the chapter, and the rest of the array is composed of two-element arrays - the first element being the verse number, and the second element being the @@ -174,8 +174,8 @@ information about each chapter in The Qur'an. The JSON file is structured as an of objects, where each object describes a given chapter. 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 -- for example by using JavaScript's `String.fromCodePoint(...codepoints)`. +property is a sequence of unicode codepoints that can be mapped back to Arabic - +for example by using JavaScript's `String.fromCodePoint(...codepoints)`. ```json {