summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4f213b..81e93d5 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,11 @@ NeCTI is a modern, multi-platform compiler instractucture designed for modularit
## Structure:
-- `dev/CompilerKit` – Compiler Infrastructure Framework written in modern C++
+- `dev/CompilerKit` – Compiler Kit written in modern C++
- `dev/LibC++` – C++ ABI Library
- `dev/LibStdC++` – Standard C++ Library
- `tools/` – Frontend Tools
-- `dev/DebuggerKit` – Debugging Library written in modern C++
+- `dev/DebuggerKit` – Debugging Kit written in modern C++
## Requirements: