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.