From eb1b07006dcadd32c720aa08a04b7fc3ed974fa7 Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Mon, 29 Nov 2021 00:21:58 +0530 Subject: [PATCH] UPDATE README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa3b86b..9144277 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ in config.yml. Please Read more about it in the [sample_config](https://github.c The Images that are extracted are cached. In the `config.yml` file add the following -``` +```yml CACHE_DIR : "/path/to/the/cache/Directory" CACHE_FILE : "/path/to/the/cache/file" # Cache file stores the path to all the images ( think of it like a database. ) ```