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.