Skip to content

Commit 6f620f3

Browse files
author
[bot]
committed
version 0.8.20
1 parent 8a8d5eb commit 6f620f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Everything you need to build a Svelte project, powered by [`sv`](https://github.
66

77
If you're seeing this, you've probably already done this step. Congrats!
88

9-
```bash
9+
```sh
1010
# create a new project in the current directory
1111
npx sv create
1212

@@ -18,7 +18,7 @@ npx sv create my-app
1818

1919
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
2020

21-
```bash
21+
```sh
2222
npm run dev
2323

2424
# or start the server and open the app in a new browser tab
@@ -29,7 +29,7 @@ npm run dev -- --open
2929

3030
To create a production version of your app:
3131

32-
```bash
32+
```sh
3333
npm run build
3434
```
3535

0 commit comments

Comments
 (0)