summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-06 17:04:26 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-06 17:04:26 -0500
commit3d226be3dd8f450333a6f381a9e4ff8011b94f60 (patch)
treeb181d6aa8f4c8dff0cba038c9fa71f81c946bbbc /README.md
parentb2c9be30fd03b945ebfac6b00de2b7b298543d35 (diff)
parent3713a5a0140def1a5f47515df3c4edac1e493b61 (diff)
Merge branch 'master' of https://github.com/pommicket/toc
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 dd3ead5..64d0569 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 for the `toc` compiler 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.