From 464637c8a56496003fca6338c61970536fcf427a Mon Sep 17 00:00:00 2001 From: Alireza Feyzabadi Date: Wed, 20 Dec 2023 20:41:55 +0330 Subject: [PATCH] change link in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 939169c..58a7037 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Create a versatile script capable of downloading images from Google search resul 1. **Clone the repository:** ```bash - git clone https://github.com/arfa79/image_processing_script.git + git clone https://github.com/arfa79/image_downloader_script.git cd image_processing_script 2. **install dependencies:** @@ -69,12 +69,12 @@ Create a versatile script capable of downloading images from Google search resul 1. ***Build the Docker image:*** ```bash - docker build -t image-processing-script . + docker build -t image_downloader_script . 2. ***Run the Docker container:*** ```bash - docker run -it --rm image-processing-script + docker run -it --rm image_downloader_script ## Usage