Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: readme cleanup #30

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The project is a monorepo. Packages are located in the `packages` directory. The

- `@netlify/remix-runtime` - The Remix runtime for Netlify Edge Functions
- `@netlify/remix-edge-adapter` - The Remix adapter for Netlify Edge Functions
- `@netlify/remix-edge-demo-site` - A demo site for testing the packages
- `remix-edge-demo-site` - A demo site for testing the packages

## Installation

Expand Down
6 changes: 3 additions & 3 deletions packages/edge-demo-site/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Remix Demo Site for Netlify Edge Functions

This is a demo site for [Remix](https://remix.run) apps running on
This is a demo site for [Remix](https://remix.run) running on
[Netlify Edge Functions](https://docs.netlify.com/edge-functions/overview/).

You can use this site to test the @netlify/remix-edge-adapter and @netlify/remix-runtime packages. This site is not intended to be used as
a template for Remix apps.
You can use this site to test the @netlify/remix-edge-adapter and @netlify/remix-runtime packages. This site is not
intended to be used as a template for Remix apps.
2 changes: 1 addition & 1 deletion packages/remix-edge-adapter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Remix Adapter for Netlify

The Remix Adapter for Netlify you to deploy your [Remix](https://remix.run) app to
The Remix Adapter for Netlify allows you to deploy your [Remix](https://remix.run) app to
[Netlify Edge Functions](https://docs.netlify.com/edge-functions/overview/).