reduced indent length for readme file

This commit is contained in:
2022-08-24 12:00:28 -05:00
parent 1b4cb233e5
commit bf50d06d60
3 changed files with 5 additions and 5 deletions

View File

@@ -32,8 +32,8 @@ function readmeDataToString(results) {
let errMsg = readmeDataErrorString(error);
return `
- ${errStr}[${meta.name}](${meta.downloadURL})${errStr}${errMsg}
- ${meta.namespace} ${meta.version}
- ${meta.description}
- ${meta.namespace} ${meta.version}
- ${meta.description}
`.trim();
}
function getReadmeFileName() {