Readme update

This commit is contained in:
Indrajith K L
2018-02-15 14:37:31 +05:30
parent 1a57fe1d71
commit d909db256f

View File

@@ -7,7 +7,7 @@ To create a new project based on this template using [degit](https://github.com/
```bash ```bash
npm install -g degit # you only need to do this once 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 cd svelte-app
``` ```