diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |