From 4230262f64214c05b4c5472c37c9edff22758d9a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 29 May 2020 18:16:33 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 811e3ea..abe58ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # url-diff -A home for my visual webpage diffing technology. \ No newline at end of file +> A home for my visual webpage diffing technology. + +This repository houses my URL diffing technology I've developed. Currently, this includes a shell script that uses headless Firefox and ImageMagick to visually diff web pages. + +The threshold is currently set to 2% (though it's overridable). Below this, the script will assume that no change as occurred.