diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2020-01-06 16:47:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 16:47:06 -0500 |
commit | 3713a5a0140def1a5f47515df3c4edac1e493b61 (patch) | |
tree | f9c12d0c46f3241407a29a43f1c457f06f07f55c | |
parent | c301ad27ba0228a964d3cc0dc9a5737e08f83b09 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |