From 3b6639b4016834fafe67e9edc091441589fe819d Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Thu, 15 Jan 2026 16:18:17 +0100 Subject: [PATCH] =?UTF-8?q?rename:=20Playground=20=E2=86=92=20HTML=20&=20C?= =?UTF-8?q?SS=20Editor,=20Hello!=20=E2=86=92=20Getting=20started!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lessons/00-welcome.json | 2 +- lessons/98-playground.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lessons/00-welcome.json b/lessons/00-welcome.json index d71acdd..25bc4dc 100644 --- a/lessons/00-welcome.json +++ b/lessons/00-welcome.json @@ -9,7 +9,7 @@ "lessons": [ { "id": "hello", - "title": "Hello!", + "title": "Getting started!", "description": "Welcome to Code Crispies! Learn CSS and HTML through hands-on exercises.

How it works:
1. Read the task on the left
2. Write code in the editor
3. See live results in the preview

Tips: Use Ctrl+Z to undo. Open the menu (☰) to browse all modules.", "task": "Write Hello World to get started", "previewHTML": "", diff --git a/lessons/98-playground.json b/lessons/98-playground.json index 91f4829..606447e 100644 --- a/lessons/98-playground.json +++ b/lessons/98-playground.json @@ -1,7 +1,7 @@ { "$schema": "../schemas/code-crispies-module-schema.json", "id": "playground", - "title": "Playground", + "title": "HTML & CSS Editor", "description": "Experiment freely with HTML and CSS", "mode": "playground", "difficulty": "beginner", @@ -9,7 +9,7 @@ "lessons": [ { "id": "sandbox", - "title": "Free Coding", + "title": "Editor", "mode": "playground", "description": "", "task": "",