From 78f0b521a14f1618da4ece933568b90b7ec2cb10 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Tue, 4 Nov 2025 10:58:22 -0500 Subject: [PATCH] docs: Remove reference to optional src directory in hello-world example --- 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 b7938ac..4dfde9d 100644 --- a/examples/hello-world/hello-world.md +++ b/examples/hello-world/hello-world.md @@ -9,7 +9,6 @@ This directory contains everything you need to deploy a simple web application: - **hello-world.md** - This guide - **hello-world-deployment.yaml** - Application deployment - **hello-world-service.yaml** - Service configuration -- **src/** - Source files (optional, for customization) ## 🚀 Quick Start (2 minutes)