From 5d1b7b7b48c4646ccc3ca9694b3e471e8f433b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronny=20L=C3=B3pez?= Date: Fri, 8 Jul 2022 09:02:30 +0200 Subject: [PATCH] doc: mention deno server runtime --- contributors.yml | 1 + docs/api/remix.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index fb8b735afd0..d6b12598cf3 100644 --- a/contributors.yml +++ b/contributors.yml @@ -317,6 +317,7 @@ - robindrost - roddds - RomanSavarin +- ronnylt - rossipedia - RossJHagan - RossMcMillan92 diff --git a/docs/api/remix.md b/docs/api/remix.md index e6928f718fb..8ba5eb6f2f3 100644 --- a/docs/api/remix.md +++ b/docs/api/remix.md @@ -10,6 +10,7 @@ React: `@remix-run/react` Server runtimes: - `@remix-run/cloudflare` +- `@remix-run/deno` - `@remix-run/node` Server adapters: @@ -27,7 +28,7 @@ These package provides all the components, hooks, and [Web Fetch API][web-fetch- ### ``, ``, ``, ``, `` -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 {