about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 78ff30e8..cad898f6 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -2,8 +2,8 @@
 
 A suite of tools for directly programming in (32-bit x86) machine code without
 a compiler. The generated ELF binaries require just a Unix-like kernel to run.
-(It isn't self-hosted yet, so generating the binaries requires a C compiler
-and libc.)
+(It isn't self-hosted yet, so generating the binaries requires a C++ compiler
+and runtime.)
 
 ## Why in the world?