diff options
author | Indrajith K L | 2018-02-15 14:37:31 +0530 |
---|---|---|
committer | Indrajith K L | 2018-02-15 14:37:31 +0530 |
commit | d909db256fa0b9027b04767b24706b79550c087d (patch) | |
tree | 6ebd77e163744385971aa785ea02a56e8239c262 /README.md | |
parent | 1a57fe1d719a7c7f49f4fd952902b99c236f1b7e (diff) | |
download | svelte-app-d909db256fa0b9027b04767b24706b79550c087d.tar.gz svelte-app-d909db256fa0b9027b04767b24706b79550c087d.tar.bz2 svelte-app-d909db256fa0b9027b04767b24706b79550c087d.zip |
Readme update
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 ``` |