about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <github@akkartik.com>2018-07-25 21:12:45 -0700
committerGitHub <noreply@github.com>2018-07-25 21:12:45 -0700
commite125cdd83970c670649aa58ba824c1c38c1126e3 (patch)
tree6bd82b3b1e59fc52b181fbbfe1476790165946b2
parent1b2f5f0b1f11f6ed8fe03ccf191fe604f963607c (diff)
parent7526390461c17fcd659601f988f5e2d035f5e49e (diff)
downloadmu-e125cdd83970c670649aa58ba824c1c38c1126e3.tar.gz
Merge pull request #15 from tekknolagi/patch-1
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?