Skip to content

Commit

Permalink
- Updated generated README a little
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArayan committed Dec 6, 2023
1 parent 4a17f26 commit ed3b4b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk-core/src/generator/generators/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ export class Project {
output += `_${vars.name}_ v${vars.version} is automatically generated using [sdk-core](https://www.npmjs.com/package/@plattar/sdk-core) module\n\n`;
output += `### Installation\n\n`;
output += `- Install using [npm](https://www.npmjs.com/package/@plattar/${vars.name})\n\n`;
output += `\`\`\`console\nnpm install @plattar/${vars.name}\n\`\`\`\n`;
output += `\`\`\`console\nnpm install @plattar/${vars.name}\n\`\`\`\n\n`;
output += `### JSDelivr\n\n`;
output += `- Minified Bundle \`https://cdn.jsdelivr.net/npm/@plattar/${vars.name}/build/bundle.min.js\`\n`;

return output;
}
Expand Down

0 comments on commit ed3b4b0

Please sign in to comment.