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

pull/5148/head
Luca Bonavita 5 years ago committed by GitHub
parent d19bcef690
commit c2788de652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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