From b74e084f99af0ab591784ea06c6fa105181759f6 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 14 Nov 2024 11:43:05 +0530 Subject: [PATCH] Fixed: storage spelling was incorrect in the possible paths table for the Play Store variant in the README file --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f06b2ea86..1ef0a20de 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ website to access the complete set of features. Possible paths for play store version which supports for the scanning/reading ZIM files. -| Storage path | Viewable outside kiwix(in File manager) | Could be scanned by Kiwix | -|---------------------------------------------------------|-----------------------------------------|---------------------------| -| storge/0/Android/media/org.kiwix.kiwixmobile/ | Yes | Yes | -| storge/0/Android/data/org.kiwix.kiwixmobile/ | No | Yes | -| storge/sdcard-name/Android/media/org.kiwix.kiwixmobile/ | Yes | Yes | -| storge/sdcard-name/Android/data/org.kiwix.kiwixmobile/ | No | Yes | +| Storage path | Viewable outside kiwix(in File manager) | Could be scanned by Kiwix | +|-----------------------------------------------------------|-----------------------------------------|---------------------------| +| storage/0/Android/media/org.kiwix.kiwixmobile/ | Yes | Yes | +| storage/0/Android/data/org.kiwix.kiwixmobile/ | No | Yes | +| storage/sdcard-name/Android/media/org.kiwix.kiwixmobile/ | Yes | Yes | +| storage/sdcard-name/Android/data/org.kiwix.kiwixmobile/ | No | Yes | Kiwix Android is written in [Kotlin](https://kotlinlang.org/)