site: remove an obsolete TODO in blog post (#5135)

pull/7738/head
Luca Bonavita 5 years ago committed by GitHub
parent e14b48d5bc
commit 01ee174161

@ -74,8 +74,6 @@ This creates a new directory, `my-svelte-project`, adds files from the [sveltejs
In the `package.json` file, there is a section called `"scripts"`. These scripts define shortcuts for working with your application — `dev`, `build` and `start`. To launch your app in development mode, type the following:
> TODO update the template, it needs... some work
```bash
npm run dev
```

Loading…
Cancel
Save