From be1e2d6745711c2c8210449d5f6cdb62b5d66f29 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Sun, 11 Aug 2024 20:42:02 +0200 Subject: [PATCH] Better wording for capabilities Signed-off-by: benoit74 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b770bc..e01abbc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Capabilities and known limitations While we would like to support as many websites as possible, making an offline archive of any website with a versatile tool obviously has some limitations. -See for instance capabilities and known limitations of warc2zim in its [README](https://github.com/openzim/warc2zim/blob/main/README.md). There are also some limitations in Browsertrix Crawler (used to fetch the website) and wombat (used to properly replay dynamic web requests), but these are not (yet?) clearly documented. +Most capabilities and known limitations are documented in [warc2zim README](https://github.com/openzim/warc2zim/blob/main/README.md). There are also some limitations in Browsertrix Crawler (used to fetch the website) and wombat (used to properly replay dynamic web requests), but these are not (yet?) clearly documented. Technical background --------------------