summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-12-06 22:14:47 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-12-06 22:14:47 -0500
commit54b525a928a6db7a17982ef0a29885dafea04d60 (patch)
tree9bf5ce83828d7f09a4bf2a4de5670bb22f614df1
parent92bd668a917153a19931c85f39d5d0f8c91c83e8 (diff)
updated readme
-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