about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMax Bernstein <tekknolagi@users.noreply.github.com>2018-07-25 21:10:40 -0700
committerGitHub <noreply@github.com>2018-07-25 21:10:40 -0700
commit7526390461c17fcd659601f988f5e2d035f5e49e (patch)
tree6bd82b3b1e59fc52b181fbbfe1476790165946b2
parent1b2f5f0b1f11f6ed8fe03ccf191fe604f963607c (diff)
downloadmu-7526390461c17fcd659601f988f5e2d035f5e49e.tar.gz
Update dependency in Readme
-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?