summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2020-01-06 16:47:06 -0500
committerGitHub <noreply@github.com>2020-01-06 16:47:06 -0500
commit3713a5a0140def1a5f47515df3c4edac1e493b61 (patch)
treef9c12d0c46f3241407a29a43f1c457f06f07f55c
parentc301ad27ba0228a964d3cc0dc9a5737e08f83b09 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7dc8e51..64d0569 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ On other systems, you can just compile main.c with a C compiler. `toc` uses seve
### `toc` Compiler Source Code
-The source code to the compiler for `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.