From 66c3c30c5d3af9acb18ae31bd0ac105309909b79 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Mon, 29 Apr 2019 01:05:54 +0200 Subject: [PATCH] Misprint "webpack". Misprint "webpack". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc4a36..3c5102c 100644 --- a/README.md +++ b/README.md @@ -9,7 +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 -npx degit sveltejs/template-webpack svelte-app +npx degit sveltejs/template svelte-app cd svelte-app ```