From e20577df1509f1097ff33963f0c22303f908403b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 22 Feb 2021 14:48:57 +0100 Subject: [PATCH 1/2] Adding docker hub badge for tag information --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2ce13cf..e9b5125e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # changedetection.io ![changedetection.io](https://github.com/dgtlmoon/changedetection.io/actions/workflows/python-app.yml/badge.svg?branch=master) - -Docker Pulls + + Docker Pulls + + + Change detection latest tag version ## Self-hosted change monitoring of web pages. From e98ea37342414ab3c5b5eeafe1c301d4b36b4ea3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 22 Feb 2021 16:39:04 +0100 Subject: [PATCH 2/2] Moving nice screenshot to above the fold :) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9b5125e..3dc4736d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ _Know when web pages change! Stay ontop of new information!_ +![Self-hosted web page change monitoring application screenshot](screenshot.png?raw=true "Self-hosted web page change monitoring screenshot") + #### Example use cases @@ -44,10 +46,6 @@ docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/dat ### Screenshots -Application running. - -![Self-hosted web page change monitoring application screenshot](screenshot.png?raw=true "Self-hosted web page change monitoring screenshot") - Examining differences in content. ![Self-hosted web page change monitoring context difference screenshot](screenshot-diff.png?raw=true "Self-hosted web page change monitoring context difference screenshot")