Skip to content

Commit

Permalink
chore: update text about svelte-add
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 14, 2024
1 parent 230619c commit 581711e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-jars-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-svelte": patch
---

chore: update text about svelte-add
4 changes: 2 additions & 2 deletions packages/create-svelte/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ if (options.features.includes('vitest')) {
console.log(cyan(' https://vitest.dev\n'));
}

console.log('Install community-maintained integrations:');
console.log(cyan(' https://github.com/svelte-add/svelte-add'));
console.log('Install more integrations with:');
console.log(cyan(` npx svelte-add`));

console.log('\nNext steps:');
let i = 1;
Expand Down

0 comments on commit 581711e

Please sign in to comment.