From 0362379f4ab762d065ab95108d94bc2a21404b50 Mon Sep 17 00:00:00 2001 From: Omar-268 Date: Thu, 11 Sep 2025 15:25:01 +0000 Subject: [PATCH] Update Application.md --- Application.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application.md b/Application.md index 57be5a6..589bf17 100644 --- a/Application.md +++ b/Application.md @@ -1,10 +1,10 @@ ## What is an Application? When working with the Ghaymah CLI, an **Application** is the central resource you’ll interact with. -It’s not just source code—it’s a deployable unit wrapped in a container, ready to run anywhere. +It’s not just source code it’s a deployable unit wrapped in a container, ready to run anywhere. Think of an Application as the thing you **create, launch, update, and monitor** through the CLI. -Everything else—like containers, configs, and logs—revolves around it. +Everything else like containers, configs, and logs revolves around it. > **Note:** A **Project must be created first** before you can initialize or launch an Application. > The Project acts as the parent workspace that organizes your Applications and related resources.