Skip to content

Commit

Permalink
Add support for lowercase readme.md and readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
Angad Gill committed Jul 17, 2020
1 parent a3552fd commit f405b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
Version = ""
CommitSHA = ""

readmeNames = []string{"README.md", "README"}
readmeNames = []string{"readme.md", "README.md", "README", "readme"}
pager bool
style string
width uint
Expand Down

0 comments on commit f405b1c

Please sign in to comment.