Skip to content

Commit ba4a188

Browse files
Update packages/hardhat-core/src/internal/cli/project-creation.ts
Co-authored-by: Franco Victorio <[email protected]>
1 parent 2e1f887 commit ba4a188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/hardhat-core/src/internal/cli/project-creation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,10 @@ async function createPackageJson() {
247247

248248
function showStarOnGitHubMessage() {
249249
console.log(
250-
chalk.cyan("Give Hardhat a star on Github if you're enjoying it") +
250+
chalk.cyan("Give Hardhat a star on Github if you're enjoying it!") +
251251
emoji(" 💞✨")
252252
);
253+
console.log();
253254
console.log(chalk.cyan(" https://github.com/NomicFoundation/hardhat"));
254255
}
255256

0 commit comments

Comments
 (0)