summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2020-01-06 16:46:41 -0500
committerGitHub <noreply@github.com>2020-01-06 16:46:41 -0500
commitc301ad27ba0228a964d3cc0dc9a5737e08f83b09 (patch)
treed4396a5c6969fe3608dd95f864c0a428c1c128c0
parent0e203bce341829d8761176c5f6763a0523a610cf (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd3ead5..7dc8e51 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,9 @@ On other systems, you can just compile main.c with a C compiler. `toc` uses seve
---
-### `toc` Source Code
+### `toc` Compiler Source Code
-The source code to `toc` is licensed under the GNU General Public License, version 3. See `LICENSE` for more information.
+The source code to the compiler for `toc` is licensed under the GNU General Public License, version 3. See `LICENSE` for more information.
`toc` is written in C, for speed and portability. It has no dependencies, other than the C runtime library.