diff --git a/README.md b/README.md index f07a966..44a329e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## start developing -- in `src/` your .ts files -- in `types/`your type definitions -- in `src/components/` your Svelte components -- in `public/` your index.html and static assets (relative to / on webserver) +- in `src/` your .ts files +- in `types/`your type definitions +- in `src/components/` your Svelte components +- in `public/` your index.html and static assets (relative to / on webserver) diff --git a/src/components/App.svelte b/src/components/App.svelte index 1fe30fb..9bfb7f8 100644 --- a/src/components/App.svelte +++ b/src/components/App.svelte @@ -6,7 +6,6 @@ {welcome} -