diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # convert-markdown -Simple Markdown to HTML converter using [lowdown(3)][lowdown]. +Extremely simple Markdown to HTML converter using [lowdown(3)][lowdown]. ## Usage @@ -19,9 +19,9 @@ $ convert-markdown < file.md > output.html ## License -Some of this code is adapted from the example section of [lowdown_file(3)][lowdown_file], which is part of +Portions of this code are adapted from the example section of [lowdown_file(3)][lowdown_file], which is part of [lowdown][lowdown-site] by Kristaps Dzonsons <kristaps@bsd.lv>. Lowdown is free software released under the terms of -the [ISC license][isc], therefore this code is as well. +the [ISC license][isc], therefore this program is as well, unless otherwise specified in the source code. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. |
