Skip to content

Commit d2b9a54

Browse files
committed
Blog: remove an obsolete TODO
Closes #5133
1 parent d19bcef commit d2b9a54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/content/blog/2019-04-16-svelte-for-new-developers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ This creates a new directory, `my-svelte-project`, adds files from the [sveltejs
7474

7575
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:
7676

77-
> TODO update the template, it needs... some work
78-
7977
```bash
8078
npm run dev
8179
```

0 commit comments

Comments
 (0)