Skip to content

Commit 00b069e

Browse files
authored
docs: fix command for creation of sveltekit project (tailwindlabs#1671)
1 parent 11925af commit 00b069e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/guides/sveltekit.js

Lines changed: 1 addition & 1 deletion
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 init svelte@latest my-project\ncd my-project',
21+
code: 'npm create svelte@latest my-project\ncd my-project',
2222
},
2323
},
2424
{

0 commit comments

Comments
 (0)