From 67e9cc10999be84f58a1f32a3654a9d5f6e79817 Mon Sep 17 00:00:00 2001 From: RamiBerm <54766858+RamiBerm@users.noreply.github.com> Date: Mon, 8 Nov 2021 13:23:36 +0200 Subject: [PATCH] fix readme titles (#442) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d3c38a4a..878664c05 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ To tap all pods in current namespace - ``` -###To tap specific pod +### To tap specific pod ```bash $ kubectl get pods NAME READY STATUS RESTARTS AGE @@ -96,7 +96,7 @@ To tap all pods in current namespace - ^C ``` -###To tap multiple pods using regex +### To tap multiple pods using regex ```bash $ kubectl get pods NAME READY STATUS RESTARTS AGE @@ -111,7 +111,7 @@ To tap all pods in current namespace - Web interface is now available at http://localhost:8899 ^C ``` -###To run mizu mizu daemon mode (detached from cli) +### To run mizu mizu daemon mode (detached from cli) ```bash $ mizu tap "^ca.*" --daemon Mizu will store up to 200MB of traffic, old traffic will be cleared once the limit is reached. @@ -133,7 +133,7 @@ $ mizu clean # mizu will continue running in cluster until clean is executed -###To run mizu daemon mode with LoadBalancer kubernetes service +### To run mizu daemon mode with LoadBalancer kubernetes service ```bash $ mizu tap "^ca.*" --daemon Mizu will store up to 200MB of traffic, old traffic will be cleared once the limit is reached.