Skip to content

Commit dc32f30

Browse files
authored
Fix typo and add links
1 parent b14773d commit dc32f30

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)