Skip to content

Commit 35d74c5

Browse files
committed
fix: minor text change
1 parent 297973e commit 35d74c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/cta-engine/src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,6 @@ Use the following commands to start your app:
799799
% cd ${options.projectName}
800800
% ${startCommand}
801801
802-
Please check the README.md for more information on testing, styling, adding routes, react-query, etc.${errorStatement}`)
802+
Please read the README.md for more information on testing, styling, adding routes, react-query, etc.${errorStatement}`)
803803
}
804804
}

scripts/publish.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ await publish({
1616
name: 'create-start-app',
1717
packageDir: './cli/create-start-app',
1818
},
19+
{
20+
name: 'create-tanstack',
21+
packageDir: './cli/create-tanstack',
22+
},
1923
{
2024
name: '@tanstack/cta-engine',
2125
packageDir: './packages/cta-engine',

0 commit comments

Comments
 (0)