aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```