diff --git a/.github/images/usage.svg b/.github/images/usage.svg
new file mode 100644
index 0000000..4f02096
--- /dev/null
+++ b/.github/images/usage.svg
@@ -0,0 +1,71 @@
+
+
diff --git a/README.md b/README.md
index 950d57b..64d3c65 100644
--- a/README.md
+++ b/README.md
@@ -78,28 +78,7 @@ subdy --generate-man | sudo gzip > /usr/share/man/man1/subdy.1.gz
### Usage
-```
-Usage: subdy {options} domain
-
-Options
-
- --ip, -I Resolve subdomains IP
- --dns, -D name-or-url DoH provider (cloudflare|google|url)
- --no-color, -nc Disable colors in output
- --help, -h Show this help message
- --version, -v Show version
-
-Examples
-
- subdy go.dev
- Find all subdomains of go.dev
-
- subdy -I go.dev
- Find all subdomains of go.dev and resolve their IPs
-
- subdy -I -D google go.dev
- Find all subdomains of go.dev and resolve their IPs using Google DNS
-```
+
### CI Status