Skip to content

Commit

Permalink
doc: mention deno server runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnylt committed Jul 8, 2022
1 parent 37490ad commit ebc6551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
- robindrost
- roddds
- RomanSavarin
- ronnylt
- rossipedia
- RossJHagan
- RossMcMillan92
Expand Down
3 changes: 2 additions & 1 deletion docs/api/remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Server runtimes:

- `@remix-run/cloudflare`
- `@remix-run/node`
- `@remix-run/deno`

Server adapters:

Expand All @@ -27,7 +28,7 @@ These package provides all the components, hooks, and [Web Fetch API][web-fetch-

### `<Links>`, `<LiveReload>`, `<Meta>`, `<Scripts>`, `<ScrollRestoration>`

These components are to be used once inside of your root route (`root.tsx`). They include everything Remix figured out or built in order for your page to render properly.
These components are to be used once inside your root route (`root.tsx`). They include everything Remix figured out or built in order for your page to render properly.

```tsx
import type {
Expand Down

0 comments on commit ebc6551

Please sign in to comment.