Skip to content

Commit 6ce57d9

Browse files
committed
FIX: Dino and Deno confusion.
CHANGE: Video preview url to a link.
1 parent c21b544 commit 6ce57d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/tutorials/sveltekit.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Building a SvelteKit app with sv and Dino
1+
# Building a SvelteKit app with sv and Deno
22

33
SvelteKit has been a stable popular vote since its launch and with Svelte
44
version 5 releasing recently, as of time of writing, there isn't a better time
@@ -66,9 +66,9 @@ There are a few conventions which we will use in our SvelteKit application.
6666
- `+error.svelte` -- A custom error page you can add to make error pages nicer
6767
to come across.
6868

69-
Additional note later you will see we put the `dino.ts` file within a
70-
`lib/server` directory. This will mean as stated above that this file is meant
71-
to **only** be accessed by other server files.
69+
Additional note later you will see we put the dinosaurs (aka dinos) `dino.ts`
70+
file within a `lib/server` directory. This will mean as stated above that this
71+
file is meant to **only** be accessed by other server files.
7272

7373
### Setup our "database"
7474

@@ -251,7 +251,7 @@ Here are a few things we want to achieve:
251251
<a href="https://svelte.dev/docs/kit">Sveltekit docs</a>
252252
</p>
253253
<p class="font-bold">
254-
<a href="https://docs.deno.com/">Dino docs</a>
254+
<a href="https://docs.deno.com/">Deno docs</a>
255255
</p>
256256
</footer>
257257
```
@@ -265,8 +265,8 @@ back to the home page.
265265

266266
### Advanced routing, search parameters, and styling
267267

268-
We don't want to render all of the dinos at a single time; as that is too much
269-
to scroll through. We want our users to be able to search and click through
268+
We don't want to render all of the dinosaurs at a single time; as that is too
269+
much to scroll through. We want our users to be able to search and click through
270270
pages of dinosaurs, which will also showcase another awesome Svelte 5 feature,
271271
snippets!
272272

@@ -468,4 +468,4 @@ know you have great taste and are free to make it look however you'd like!
468468

469469
# App Showcase
470470

471-
https://github.com/user-attachments/assets/c5926d48-1ea3-420f-9d3d-d74a5a49486a
471+
[Video walkthrough](https://github.com/user-attachments/assets/c5926d48-1ea3-420f-9d3d-d74a5a49486a)

0 commit comments

Comments
 (0)