From c99e7c66d989418447a07924136e87daf33363d9 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sun, 8 Jun 2025 20:56:00 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 208ce26..81d8217 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,26 @@

+
+

+ + Examples + + | + + Install + + | + + Docker + +

+
+ + Buy Me A Coffee + +
+ ## Table of Contents - [Installation](#installation) @@ -245,6 +265,8 @@ With Docker: docker run --rm -i -v /path/to/config.json:/config.json aykhans/dodo -f /config.json -u https://example.com -m GET -d 10 -r 1000 -o 1m -t 5s ``` +You can find more usage examples in the [EXAMPLES.md](./EXAMPLES.md) file. + ## Config Parameters Reference If `Headers`, `Params`, `Cookies`, `Body`, or `Proxy` fields have multiple values, each request will choose a random value from the list.