Skip to content

Commit cb92ee3

Browse files
committed
fix typo in readme
1 parent a4ac535 commit cb92ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $ httptap --https 443 6443 -- kubectl get all --insecure-skip-tls-verify
106106
<--- 200 https://cluster:6443/apis/batch/v1/namespaces/default/cronjobs?limit=500 (3134 bytes)
107107
---> GET https://cluster:6443/apis/batch/v1/namespaces/default/jobs?limit=500
108108
<--- 200 https://cluster:6443/apis/batch/v1/namespaces/default/jobs?limit=500 (2052 bytes)
109-
<kubectl output will be here>
109+
<ordinary kubectl output here>
110110
```
111111

112112
In the above, `--insecure-skip-tls-verify` is necessary because kubectl doesn't use the httptap-generated certificate authority, and `--https 443 6443` says to treat TCP connections on ports 443 and 6443 as HTTPS connections, which is needed because my cluter's API endpoint uses port 6443.
@@ -159,7 +159,7 @@ You can dump the HTTP requests and responses to a HAR file like this:
159159
$ httptap --dump-har out.har -- curl -Lso /dev/null https://monasticacademy.org
160160
```
161161

162-
There are many HAR viewers out there that can visualize this dump file. For example here is how the above looks in the Google HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/):
162+
There are many HAR viewers out there that can visualize this dump file. For example here is how the above looks in the [Google HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/):
163163

164164
![HAR Analyzer Screenshot](docs/har-screenshot.png)
165165

0 commit comments

Comments
 (0)