diff --git a/README.md b/README.md index 3e411bf..4dc4a36 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ This is a project template for [Svelte](https://svelte.technology) apps. It live To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit): ```bash -npm install -g degit # you only need to do this once - -degit sveltejs/template svelte-app +npx degit sveltejs/template-webpack svelte-app cd svelte-app ```