diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-06 11:08:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-06 11:08:23 +0100 |
| commit | 6af2177c9dd8e549400ca67ee2363dbff692c94c (patch) | |
| tree | bcc1f57d291cac3ae4f3a8a8259b8298931d3904 | |
| parent | fe0e4a370d91702664ea60460e51653acf390827 (diff) | |
chore: update README with updated structure.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ ## Structure: - `src/CompilerKit` – Compiler Kit written in C++ -- `src/LibC++` – C++ ABI Library. -- `src/ThirdParty` – Third Party Code. +- `include/GenericsLibrary` – Nectar Generics Library. +- `include/ThirdParty` – Third Party Modules. - `src/DebuggerKit` – Debugging Kit written in C++ - `src/CommandLine/` – C/C++ Command Line Tools. |
