Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjones committed Oct 14, 2018
1 parent 2cf2964 commit 619f216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ those badges, just set the appropriate flags in the config file:
showGodocBadge = true
# Shows a Go report card for your package
showGoReportBadge = false
showGoReportBadge = true
```

For others, specify the markdown in the config file:
Expand All @@ -49,7 +49,7 @@ the tool. To do this, give the name of a file containing the markdown to include


```
customMarkdownFile = ""
customMarkdownFile = "extraInfo.md"
```

### Acknowledgments
Expand Down
4 changes: 2 additions & 2 deletions docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ those badges, just set the appropriate flags in the config file:
showGodocBadge = true
# Shows a Go report card for your package
showGoReportBadge = false
showGoReportBadge = true
For others, specify the markdown in the config file:
Expand All @@ -51,7 +51,7 @@ For others, specify the markdown in the config file:
Additional markdown can be specified, which will be appended to the output from
the tool. To do this, give the name of a file containing the markdown to include.
customMarkdownFile = ""
customMarkdownFile = "extraInfo.md"
Acknowledgments
Expand Down

0 comments on commit 619f216

Please sign in to comment.