Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/two-moles-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

typo
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ To create a production version of your app:
npm run build
```

You can preview the production build with `npm run preview`
You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment.