Skip to content

Commit 35d1464

Browse files
committed
chore: change greeting message
1 parent 6600d3b commit 35d1464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ if (!which('git')) {
280280

281281
// Say hi!
282282
console.log(
283-
cyan("Hi! You're almost ready to make the next great TypeScript library.")
283+
cyan("Hi! You're almost ready to create a React Library with Typescript.")
284284
);
285285

286286
// Generate the library name and start the tasks

0 commit comments

Comments
 (0)