From bcfa5f3c34fcc377043640dcd12071cb2155d1f6 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sat, 7 Jan 2023 10:48:43 -0800 Subject: [PATCH] Link to wikipedia for ZIP file format --- ZIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZIP.md b/ZIP.md index efabdba..a264c30 100644 --- a/ZIP.md +++ b/ZIP.md @@ -1,6 +1,6 @@ # ZIP file support -Koreader can read files stored/compressed in ZIP files. For example, a TXT file can be compressed and stored in a ZIP file to save space. There is an expected naming convention where the filename ends in .FORMAT.ZIP, for example for a compressed text (TXT) file the file should end in `.txt.zip` +Koreader can read files stored/compressed in [ZIP files](https://en.wikipedia.org/wiki/ZIP_(file_format)). For example, a TXT file can be compressed and stored in a ZIP file to save space. There is an expected naming convention where the filename ends in .FORMAT.ZIP, for example for a compressed text (TXT) file the file should end in `.txt.zip` Koreader does not create zip files nor does it offer ZIP browsing support.