From 49ff826a48ed05dcc2885a2495dcb0d7ef059481 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 29 Jan 2021 17:55:34 +0100 Subject: [PATCH] Moving start text to a more visible part --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78c993c3..c214d33d 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,7 @@ Know when ... - Realestate listing changes - - -![Alt text](screenshot.png?raw=true "Self-hosted web page change monitoring screenshot") - -Get monitoring! super simple. +Get monitoring now! super simple. ``` $ mkdir ./datastore @@ -29,8 +25,11 @@ $ docker run -d --restart always -p "127.0.0.1:5000:5000" -v "$(pwd)"/datastore: Now visit http://127.0.0.1:5000 , You should now be able to access the UI. - (The `/datastore` `-v` is optional, I prefer to have the files on my local disk instead of in a docker volume) + + +![Alt text](screenshot.png?raw=true "Self-hosted web page change monitoring screenshot") + ### Future plans @@ -41,4 +40,4 @@ Now visit http://127.0.0.1:5000 , You should now be able to access the UI. - Use a graphic/rendered page difference instead of text (see the experimental `selenium-screenshot-diff` branch) -Please :star: star :star: this project and help it grow! https://github.com/dgtlmoon/changedetection.io/ \ No newline at end of file +Please :star: star :star: this project and help it grow! https://github.com/dgtlmoon/changedetection.io/