diff --git a/docs_src/content/blog/2019-03-04-svelte-native-quick-start.md b/docs_src/content/blog/2019-03-04-svelte-native-quick-start.md index 35ed7764..90cc49a7 100644 --- a/docs_src/content/blog/2019-03-04-svelte-native-quick-start.md +++ b/docs_src/content/blog/2019-03-04-svelte-native-quick-start.md @@ -34,7 +34,7 @@ Svelte-Native really is native, so it needs a mobile device to run. The build se The easiest way to get started is to use the [latest template app](https://github.com/halfnelson/svelte-native-template): ```bash -$ npx degit halfnelson/svelte-native-template myapp +$ ns create myapp --svelte ``` A fresh svelte-native app will be found in the `myapp` folder.