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 2e1f887 commit ba4a188Copy full SHA for ba4a188
packages/hardhat-core/src/internal/cli/project-creation.ts
@@ -247,9 +247,10 @@ async function createPackageJson() {
247
248
function showStarOnGitHubMessage() {
249
console.log(
250
- chalk.cyan("Give Hardhat a star on Github if you're enjoying it") +
+ chalk.cyan("Give Hardhat a star on Github if you're enjoying it!") +
251
emoji(" 💞✨")
252
);
253
+ console.log();
254
console.log(chalk.cyan(" https://github.com/NomicFoundation/hardhat"));
255
}
256
0 commit comments