diff --git a/README.md b/README.md
index 8872f8fe..cf1ea5ea 100644
--- a/README.md
+++ b/README.md
@@ -43,17 +43,11 @@ Or, using the command-line client.
pip install 'httpx2[cli]' # The command line client is an optional dependency.
```
-Which now allows us to use HTTPX2 directly from the command-line...
+Which now allows us to use HTTPX2 directly from the command-line:
-
-
-
-
-Sending a request...
-
-
-
-
+```shell
+httpx2 --help
+```
## Features
diff --git a/docs/img/httpx-help.png b/docs/img/httpx-help.png
deleted file mode 100644
index 32b4ad9d..00000000
Binary files a/docs/img/httpx-help.png and /dev/null differ
diff --git a/docs/img/httpx-request.png b/docs/img/httpx-request.png
deleted file mode 100644
index 2057d010..00000000
Binary files a/docs/img/httpx-request.png and /dev/null differ
diff --git a/docs/index.md b/docs/index.md
index 7eb253ca..29ad0285 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -54,13 +54,11 @@ Or, using the command-line client.
pip install 'httpx2[cli]'
```
-Which now allows us to use HTTPX2 directly from the command-line...
+Which now allows us to use HTTPX2 directly from the command-line:
-
-
-Sending a request...
-
-
+```shell
+httpx2 --help
+```
## Features