Skip to content

Commit b0fdebe

Browse files
authored
Update sveltekit installation guide (#1898)
Updated to the new way of creating a svelte project. Refer to [https://svelte.dev/docs/kit/creating-a-project](https://svelte.dev/docs/kit/creating-a-project) for more details.
1 parent d240c7c commit b0fdebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/guides/sveltekit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let steps = [
1818
code: {
1919
name: 'Terminal',
2020
lang: 'terminal',
21-
code: 'npm create svelte@latest my-project\ncd my-project',
21+
code: 'npx sv create my-project\ncd my-project',
2222
},
2323
},
2424
{

0 commit comments

Comments
 (0)