about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-24 20:07:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-24 20:07:42 -0700
commit2d05f43cf15554adaea725d7a4547b6030458de8 (patch)
tree4c6b8dc4f01a46690c6feb36d2acd87d4c06d924 /Readme.md
parentae08e30e8d57a1f1bbc0ba8a346a0aa6bcb512e9 (diff)
downloadmu-2d05f43cf15554adaea725d7a4547b6030458de8.tar.gz
3414
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index d11340f0..d3cd3555 100644
--- a/Readme.md
+++ b/Readme.md
@@ -83,9 +83,9 @@ operations (albeit at the cost of some runtime checks).
 
 *Taking Mu for a spin*
 
-Mu is currently implemented in C++ and requires a unix-like environment. It's
+Mu is currently implemented in C++ and requires a Unix-like environment. It's
 been tested on Ubuntu and Mac OS X, on x86, x86\_64 and ARMv7 with recent
-versions of gcc and clang. Since it uses no recent language features and has
+versions of GCC and Clang. Since it uses no recent language features and has
 no exotic dependencies, it should work with most reasonable versions,
 compilers or processors.