Update README.md

This commit is contained in:
Yunus AYDIN 2024-07-24 22:12:45 +03:00 committed by GitHub
parent 30a4c45956
commit 8ed3a9a32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: Run the CLI tool with the desired captcha type:
```sh ```sh
python captcha_tester.py [captcha_type] python main.py [captcha_type]
``` ```
where `[captcha_type]` can be one of: `puzzle`, `text`, `complicated_text`, `recaptcha`. 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: Example:
```sh ```sh
python captcha_tester.py text python main.py text
``` ```
## Captcha Types ## Captcha Types