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 ```