Skip to content

Commit

Permalink
site: remove an obsolete TODO in blog post (sveltejs#5135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrones authored and taylorzane committed Dec 17, 2020
1 parent dc18742 commit 6531be8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/content/blog/2019-04-16-svelte-for-new-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 6531be8

Please sign in to comment.