We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a256019 commit ae0fb03Copy full SHA for ae0fb03
lib/summary/index.js
@@ -93,7 +93,7 @@ function Summary(options) {
93
}
94
95
// The file is `readme.md`
96
- if (_.isString(n['readme']) || _.isString(n['Readme']) || _.isString(n['README'])) {
+ else if (_.isString(n['readme']) || _.isString(n['Readme']) || _.isString(n['README'])) {
97
var readmeDir = n['readme'] || n['Readme'] || n['README'];
98
desc += _.repeat(' ', step) + formatCatalog(key, '-') + readmeDir;
99
} else {
0 commit comments