From 1b30ba05144ef16c0d362e37ee7e2f89e9f697b3 Mon Sep 17 00:00:00 2001 From: Niklas Peng Date: Fri, 30 May 2025 20:04:02 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e5390ba..e5e2512 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ codeeditor/ ├── tests/ # Test suite ├── docs/ # Documentation ├── requirements.txt # Project dependencies -├── pyproject.toml # Project metadata and build configuration -└── .pre-commit-config.yaml # Pre-commit hooks configuration +└── pyproject.toml # Project metadata and build configuration ``` ## Installation