Skip to content

Commit

Permalink
docs(remix-server-runtime): fix remix-deno link (remix-run#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
knowler authored and aaronpowell committed May 15, 2022
1 parent 1f9e9a5 commit cdfd5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Support for each runtime is provided by a corresponding Remix package:

- [`@remix-run/node`](https://github.com/remix-run/remix/tree/main/packages/remix-node)
- [`@remix-run/cloudflare`](https://github.com/remix-run/remix/tree/main/packages/remix-cloudflare)
- [`remix-deno`](https://github.com/remix-run/remix/tree/main/templates/deno-ts/remix-deno) (will be renamed to `@remix-run/deno` when Deno support is stable)
- [`remix-deno`](https://github.com/remix-run/remix/tree/main/templates/deno/remix-deno) (will be renamed to `@remix-run/deno` when Deno support is stable)

This package defines a "Remix server runtime interface" that each runtime package must conform to.

Expand Down

0 comments on commit cdfd5bd

Please sign in to comment.