diff --git a/README.md b/README.md index a9f4234..4863ff4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To create a new project based on this template using [degit](https://github.com/ ```bash npm install -g degit # you only need to do this once -degit sveltejs/template svelte-app +degit cooljith91112/svelte-app svelte-app cd svelte-app ```