From 262d024e28a128b25ffc6f6f52019889ec951c40 Mon Sep 17 00:00:00 2001 From: Luke Emmet Date: Wed, 26 Aug 2020 21:01:14 +0100 Subject: [PATCH] tweak readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b6e553..23dab75 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # html2gmi -A command line application to convert HTML to GMI (Gemini text/gemini), written in Go. + +A command line application to convert HTML to GMI (Gemini text/gemini), written in Go. Written in Go so it should compile on various common platforms (linux/mac/windows etc). A simple wrapper around the Go library https://github.com/LukeEmmet/html2gemini @@ -8,8 +9,6 @@ A simple wrapper around the Go library https://github.com/LukeEmmet/html2gemini ``` html2gmi -Usage of html2gmi.exe: - -m, --citationMarkers Use footnote style citation markers -c, --citationStart int Start citations from this index (default 1) -i, --input string Input path. Otherwise uses stdin