aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fa22737..ba2acf3 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ the [ISC] license.
Several GNU C [extensions] are also implemented.
-There is still much to do and some parts of the code are a little rough,
-but it currently implements most of the language and is capable of
-[building software] including itself, mcpp, gcc 4.7, binutils, and more.
+There is still much to do, but it currently implements most of the
+language and is capable of [building software] including itself, mcpp,
+gcc 4.7, binutils, and more.
It was inspired by several other small C compilers including [8cc],
[c], [lacc], and [scc].