diff --git a/md_docs.md b/md_docs.md index 7221b3f8..3a0d55ab 100644 --- a/md_docs.md +++ b/md_docs.md @@ -36,7 +36,7 @@ This will write the markdown doc for ONLY "cmd" into the out, buffer. ## Customize the output -Both `GenMarkdown` and `GenMarkdownTree` has alternate versions with callbacks to get some control of the output: +Both `GenMarkdown` and `GenMarkdownTree` have alternate versions with callbacks to get some control of the output: ```go func GenMarkdownTreeCustom(cmd *Command, dir string, filePrepender func(string) string, linkHandler func(string) string) { @@ -78,4 +78,4 @@ linkHandler := func(name string) string { return "/commands/" + strings.ToLower(base) + "/" } ``` - \ No newline at end of file +