From 9c9f3ef65b53f0eec8569f6170c3f64e8ecd1542 Mon Sep 17 00:00:00 2001 From: specterflare <61708534+specterflare@users.noreply.github.com> Date: Thu, 14 May 2020 09:11:31 -0400 Subject: [PATCH] Update homepage text to match app features (#195) The current homepage has a couple of inaccuracies and omissions: 1) The Kissmanga extension is no longer available or supported. 2) Support for the tracker Bangumi has been added. 3) 'Extensions' and 'Tracking' are both nouns, but 'Configurable' is an adjective, so it feels a bit off compared to the others. I changed it to 'Customization". Co-authored-by: Soitora --- src/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/README.md b/src/README.md index a853c228..8346f6bf 100644 --- a/src/README.md +++ b/src/README.md @@ -7,13 +7,13 @@ buttonGuides: User guide buttonGuidesLink: /help/guides/getting-started features: - title: Tracking - details: Automatically keep track of your manga with MyAnimeList, AniList, Kitsu and Shikimori. + details: Automatically keep track of your manga with MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi. image: Library - title: Extensions details: Online reading from sources such as MangaDex, MangaKakalot and hundreds more. image: Browse - - title: Configurable - details: Reader with multiple viewers, reading directions and other settings. + - title: Customization + details: A configurable reader with multiple viewers, reading directions and other settings. image: Manga footer: Apache Licensed | Copyright © 2015-present Javier Tomás ---