From ef5db188717719eef25af2f9a142059e79c78f1c Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 23 Oct 2024 06:43:31 -0300 Subject: [PATCH] docs: swap method for getter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f5e5f5..16b5756 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ there is support for the Arabic, English, and Farsi languages. The [`Quran.locales`](http://0x1eef.github.io/x/Quran.js/classes/Quran.html#locales) -method provides an object where the +getter provides an object where the key is a locale name (such as `en`) and the value is a locale object. The locales returned by this method indicate what languages the @@ -40,7 +40,7 @@ import { Quran } from "@0x1eef/quran"; The [`Quran.surahs`](http://0x1eef.github.io/x/Quran.js/classes/Quran.html#surahs-1) -method provides an object where the key +getter provides an object where the key is a locale name (such as `en`) and the value is a surah object. For example: