diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |