Skip to content

Commit 018309b

Browse files
authored
chore: readme cleanup (#30)
1 parent 9efc5cf commit 018309b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The project is a monorepo. Packages are located in the `packages` directory. The
99

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

1414
## Installation
1515

packages/edge-demo-site/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Remix Demo Site for Netlify Edge Functions
22

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

6-
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
7-
a template for Remix apps.
6+
You can use this site to test the @netlify/remix-edge-adapter and @netlify/remix-runtime packages. This site is not
7+
intended to be used as a template for Remix apps.

packages/remix-edge-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Remix Adapter for Netlify
22

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

0 commit comments

Comments
 (0)