summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-21 21:20:29 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-21 21:20:29 +0100
commit7fd421a88005d9a3636284c7a15628111fdf41c3 (patch)
treefdb8daddb3c501f8b71e4c043262296d23d183e9 /README.md
parentabcb4e618287d1998e15bf42460d908cf51f994d (diff)
feat: update ReadMe and the structure section.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9bf1271..3962570 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
## Structure:
-- `src/CompilerKit` – Compiler Kit written in modern C++
-- `src/LibC++` – C++ ABI Library
-- `src/LibStdC++` – Standard C++ Library
-- `src/DebuggerKit` – Debugging Kit written in modern C++
-- `src/CommandLine/` – C/C++ Command Line Tools
+- `src/CompilerKit` – Compiler Kit written in C++
+- `src/LibC++` – C++ ABI Library.
+- `src/ThirdParty` – Third Party Code.
+- `src/DebuggerKit` – Debugging Kit written in C++
+- `src/CommandLine/` – C/C++ Command Line Tools.
## Requirements: