From 09de6bb6265ff49d55e9fae0e467b4227848ed95 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Sun, 4 Nov 2018 12:31:18 -0500 Subject: [PATCH] Add note about updating refs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ea177..7c6b219 100644 --- a/README.md +++ b/README.md @@ -130,4 +130,4 @@ Whether or not to download and save images attached to posts. Generally speaking - Type: Boolean - Default: `false` -Whether or not to also include images scraped from <img> tags in post body content. These images are downloaded and saved along with other images as dictated by `--saveimages`. +Whether or not to also include images scraped from <img> tags in post body content. These images are downloaded and saved along with other images as dictated by `--saveimages`. The <img> tags are updated to point to where the images are saved.