Skip to content

Commit

Permalink
fix: revise the prompt text in 'Next steps' (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wildseeder authored Sep 15, 2024
1 parent abcced1 commit db4dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export async function create({

const nextSteps = [
`cd ${targetDir}`,
`${pkgManager} i`,
`${pkgManager} install`,
`${pkgManager} run dev`,
];

Expand Down

0 comments on commit db4dd31

Please sign in to comment.