From 67f97ff2094e4dbc2852761df15cdbf3892b7823 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Fri, 27 Sep 2024 21:10:12 +0200 Subject: [PATCH] README change binary name in usage example Also format the example. Signed-off-by: Mikel Olasagasti Uranga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e0c0e7..7897798 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Uses [blackfriday](https://github.com/russross/blackfriday) to process markdown ### Usage ``` -./md2man -in /path/to/markdownfile.md -out /manfile/output/path +./go-md2man -in /path/to/markdownfile.md -out /manfile/output/path ``` ### How to contribute