Skip to content

Commit 1ca8ab4

Browse files
authored
tweak readme (#3591)
1 parent 85ba9b7 commit 1ca8ab4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.changeset/thin-swans-cheat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
Tweak README

packages/create-svelte/shared/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ npm run dev -- --open
2929

3030
## Building
3131

32-
Before creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:
32+
To create a production version of your app:
3333

3434
```bash
3535
npm run build
3636
```
3737

38-
> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
38+
You can preview the production build with `npm run preview`
39+
40+
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment.

0 commit comments

Comments
 (0)