From 592c312eb43801795ad107619313aa3881d788ef Mon Sep 17 00:00:00 2001 From: Carlos Lostao Date: Thu, 16 Jan 2025 22:59:25 +0100 Subject: [PATCH] fix: some doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e0e045..77098004 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ The framework uses a YAML-based character system that allows you to create and r 2. Create new characters by copying the example: ```bash # Create a new character - cp config/characters/joy_builder.yaml config/characters/my-character.yaml + cp config/characters/character.example.yaml config/characters/my-character.yaml ``` ### Character Configuration