diff --git a/site/content/blog/2020-06-04-svelte-and-typescript.md b/site/content/blog/2020-06-04-svelte-and-typescript.md index 6b3f5ae055..c550c44715 100644 --- a/site/content/blog/2020-06-04-svelte-and-typescript.md +++ b/site/content/blog/2020-06-04-svelte-and-typescript.md @@ -43,7 +43,8 @@ For the official Svelte VS Code extension, we built off the foundations which [J The Svelte template has been extended with a script to convert it to a TypeScript project. ```bash -npx degit svelte/template +npx degit sveltejs/template svelte-app +cd svelte-app node scripts/updateTypeScriptVersion.js ```