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 {