📚 Update README.md

This commit is contained in:
Aykhan Shahsuvarov 2025-01-21 20:52:25 +04:00 committed by GitHub
parent 015cb15053
commit ba79304b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ docker run --rm -i aykhans/dodo -u https://example.com -m GET -d 10 -r 1000 -t 2
### 2. JSON config file ### 2. JSON config file
You can find an example config structure in the [config.json](https://github.com/aykhans/dodo/blob/main/config.json) file: You can find an example config structure in the [config.json](https://github.com/aykhans/dodo/blob/main/config.json) file:
```json ```jsonc
{ {
"method": "GET", "method": "GET",
"url": "https://example.com", "url": "https://example.com",