From 1dd34d7548417ee8d3cb47b39872385d0e8e8b04 Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Fri, 29 Jan 2021 13:26:16 +0100 Subject: [PATCH] Tweaking text --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d59684bb..5d4ea9f8 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,21 @@ ## Self-hosted change monitoring of web pages. -_Why?_ Many years ago I had used a couple of web site change detection/monitoring services, -but they got bought up by larger media companies, after this, whenI logged in they -wanted _even more_ private data about me. +_Know when web pages change! Stay ontop of new information!_ -All I simply wanted todo was to know which pages were changing and when (and maybe see -some basic information about what those changes were) + +#### Use cases + +Know when ... + +- Government department updates (changes are often only on their websites) +- Local government news (changes are often only on their websites) +- New software releases +- Festivals with changes +- Realestate listing changes + + + ![Alt text](screenshot.png?raw=true "Screenshot") @@ -18,7 +27,7 @@ $ mkdir ./datastore $ docker run -d --restart always -p "127.0.0.1:5000:5000" -v "$(pwd)"/datastore:/datastore dgtlmoon/changedetection.io ``` -Now visit http://127.0.0.1:5000 , The interface will now expose the UI, you can change this in the `docker-compose.yml` +Now visit http://127.0.0.1:5000 , You should now be able to access the UI.