summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index d946dce..0447208 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,7 @@ x : int; x = 5; // Declare x as an integer, then set it to 5.
`toc` is statically typed and has many of C's features, but
it is nearly as fast in theory.
-See `docs` for more information.
+See `docs` for more information (in progress).
----
-
-### Help
+`tests` has some test programs written in `toc`.
-If you find a bug in `toc`, please [report an issue](https://github.com/pommicket/toc/issues) on GitHub. \ No newline at end of file