From 9190d37c64444ac1d01b64ce1a3f2faabd214d8b Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Fri, 10 Dec 2021 02:31:47 +0530 Subject: [PATCH] minor changes --- docs/settingup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settingup.md b/docs/settingup.md index 7130bf0..486825c 100644 --- a/docs/settingup.md +++ b/docs/settingup.md @@ -119,7 +119,7 @@ Please change the configuration according to your needs. By Default Images are cached to avoid re-extracting images and making redundant API Calls. The Extracted Images are copied to the `CACHE_DIR` and a reference is added to the `CACHE_FILE` ```yml -CACHE_DIR : "/path/to/the/cache/Directory" +CACHE_DIR : "/path/to/the/cache/Directory/" # Adding the / at the end is neccessary CACHE_FILE : "/path/to/the/cache/file" # Cache file stores the path to all the images ( think of it like a database. ) ```