From 32f4795787bab8737ed2c2e582b45f53b043726e Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Sat, 29 Mar 2025 21:46:42 +0100 Subject: [PATCH] README adjusted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e42536..f2fadeb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This will start the debate simulation, and you will see the output in your termi ## Logs -The logs for each participant's messages are stored in the `log/` directory. Each log file is named after the participant's class name (e.g., `ProParticipant.txt`, `ContraParticipant.txt`). +The logs for each participant's messages are stored in the `log/` directory. Each log file is named after the participant's class name (e.g., `ProParticipant.md`, `ContraParticipant.md`). ## Contributing