Skip to content

Commit 9d3b26d

Browse files
authored
docs: clarify that the tutorial also includes SvelteKit (sveltejs#234)
1 parent e5c501d commit 9d3b26d

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/01-introduction/01-welcome-to-svelte

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/01-introduction/01-welcome-to-svelte/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Svelte is a tool for building web applications. Like other user interface framew
1212

1313
These components are _compiled_ into small, efficient JavaScript modules that eliminate overhead traditionally associated with UI frameworks.
1414

15-
You can build your entire app with Svelte (for example, using an application framework like [SvelteKit](https://kit.svelte.dev)), or you can add it incrementally to an existing codebase. You can also ship components as standalone packages that work anywhere.
15+
You can build your entire app with Svelte (for example, using an application framework like [SvelteKit](https://kit.svelte.dev), which this tutorial will cover), or you can add it incrementally to an existing codebase. You can also ship components as standalone packages that work anywhere.
1616

1717
## How to use this tutorial
1818

0 commit comments

Comments
 (0)