Skip to content

Commit 0ab6705

Browse files
authored
Merge pull request #128 from grahammiln/patch-1
Fix typo, add links, and formatting
2 parents 994a324 + dc32f30 commit 0ab6705

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ go-md2man
33

44
Converts markdown into roff (man pages).
55

6-
Uses blackfriday to process markdown into man pages.
6+
Uses [blackfriday](https://github.com/russross/blackfriday) to process markdown into man pages.
77

88
### Usage
99

10+
```
1011
./md2man -in /path/to/markdownfile.md -out /manfile/output/path
12+
```
1113

1214
### How to contribute
1315

1416
We use go modules to manage dependencies.
15-
As such you must be using at lest go1.11.
17+
As such you must be using at least go1.11.

0 commit comments

Comments
 (0)