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 2705844 commit e29f9b6Copy full SHA for e29f9b6
generate-readme.js
@@ -68,7 +68,7 @@ const config = {
68
const runtime = getRuntime(dirname);
69
const description = (data.description) ? `<br/> ${data.description}` : '';
70
// add table rows
71
- md += `| [${formatPluginName(data.name)}](${exampleUrl}) ${description} | ${runtime} |\n`;
+ md += `| [${formatPluginName(dirname)}](${exampleUrl}) ${description} | ${runtime} |\n`;
72
} catch (error) {
73
error.message = `Error processign file: "${example}": ${error.message}`;
74
throw error;
0 commit comments