From 05984041ac5337a8f72a14f3cfde8f2ff3b0e2e2 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Sun, 9 Nov 2025 00:40:51 -0500 Subject: [PATCH] docs: Fix syntax error in hello-world example port-forward command --- examples/hello-world/hello-world.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello-world/hello-world.md b/examples/hello-world/hello-world.md index 4dfde9d..5806f1b 100644 --- a/examples/hello-world/hello-world.md +++ b/examples/hello-world/hello-world.md @@ -22,7 +22,6 @@ kubectl apply -f hello-world-service.yaml # 3. Access your app via port-forward **Option 1: Simple (Recommended)** -```bash # Keep terminal open, see connection logs (Ctrl+C to stop) kubectl port-forward service/hello-world-service 8080:8080 ```