From cc7cac1aa519dcebfc7df303c7ce90ff799eab37 Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Sat, 3 Aug 2024 07:48:08 +0100 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING-DART.md | 2 +- CONTRIBUTING-JS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING-DART.md b/CONTRIBUTING-DART.md index d256b20..d58dbb9 100644 --- a/CONTRIBUTING-DART.md +++ b/CONTRIBUTING-DART.md @@ -133,7 +133,7 @@ All control filters can have a default state set. It's usually recommended if th #### Chapter pages -- When user opens an chapter, `getPageList` will be called and it will return a `List>` with a list of `{"url":string,"headers":Map}` that are used by the reader. +- When user opens an chapter, `getPageList` will be called and it will return a `List` or `List>` with a list of `{"url":string,"headers":Map}` that are used by the reader. #### Episode Videos diff --git a/CONTRIBUTING-JS.md b/CONTRIBUTING-JS.md index 3e269a6..6116b98 100644 --- a/CONTRIBUTING-JS.md +++ b/CONTRIBUTING-JS.md @@ -97,7 +97,7 @@ a.k.a. the Latest source entry point in the app (invoked by tapping on the "Late #### Chapter pages -- When user opens an chapter, `getPageList` will be called and it will return an array of map like `{ url:string,headers:map }` that are used by the reader. +- When user opens an chapter, `getPageList` will be called and it will return an array of string or an array of map like `{ url:string,headers:map }` that are used by the reader. #### Episode Videos