diff --git a/ZIP.md b/ZIP.md index 1cd596b..8deb54b 100644 --- a/ZIP.md +++ b/ZIP.md @@ -15,6 +15,6 @@ If a filename only ends in /zip it is opened by default by the MuPDF engine. Thi * md.zip - Markdown * rtf.zip - Rich Text Format * txt.zip - plain text - * .zip - opened my MuPDF, assumed to be a zip file of images + * .zip - opened by MuPDF, assumed to be a zip file of images If the documents are not named like this, the wrong reader/format engine is likely to be used and "No reader engine for this file of invalid file" will be displayed. Either rename the file to match conventions so that opening normally "just-works" or long-pressing the filename and then choose "Open with.." and select the correct engine. For more information see https://github.com/koreader/koreader/issues/9986