Skip to content

Commit 9bdd459

Browse files
committed
chore: update text about svelte-add
1 parent 230619c commit 9bdd459

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/old-jars-work.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-svelte": patch
3+
---
4+
5+
chore: update text about svelte-add

packages/create-svelte/bin.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ if (options.features.includes('vitest')) {
156156
console.log(cyan(' https://vitest.dev\n'));
157157
}
158158

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

162162
console.log('\nNext steps:');
163163
let i = 1;

0 commit comments

Comments
 (0)