Skip to content

Commit c9254a9

Browse files
committed
update readme gen serverless#88
1 parent 5de5672 commit c9254a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const config = {
8080
const userName = username(data.githubUrl);
8181
const profileURL = `http://github.com/${userName}`;
8282
md += `| **[${formatPluginName(data.name)}](${data.githubUrl})** <br/>`;
83-
md += ` ${data.description} | [${userName}](${profileURL}) | \n`;
83+
md += ` ${data.description} | [${userName}](${profileURL}) |\n`;
8484
});
8585
return md.replace(/^\s+|\s+$/g, '');
8686
},

0 commit comments

Comments
 (0)