Skip to content

Commit 2c2979b

Browse files
authored
docs: specify code block's language
This change matches the SvelteKit documentation format
1 parent d16a9da commit 2c2979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/01-introduction/02-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Getting started
44

55
We recommend using [SvelteKit](../kit), the official application framework from the Svelte team powered by [Vite](https://vite.dev/):
66

7-
```
7+
```bash
88
npx sv create myapp
99
cd myapp
1010
npm run dev

0 commit comments

Comments
 (0)