From 8ed3a9a32e2bb1916aaa8a7a52319c6c55ba0c20 Mon Sep 17 00:00:00 2001 From: Yunus AYDIN Date: Wed, 24 Jul 2024 22:12:45 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c66808d..c48b0c3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This project is a CLI tool for testing various types of captchas including puzzl Run the CLI tool with the desired captcha type: ```sh -python captcha_tester.py [captcha_type] +python main.py [captcha_type] ``` where `[captcha_type]` can be one of: `puzzle`, `text`, `complicated_text`, `recaptcha`. @@ -50,7 +50,7 @@ where `[captcha_type]` can be one of: `puzzle`, `text`, `complicated_text`, `rec Example: ```sh -python captcha_tester.py text +python main.py text ``` ## Captcha Types