Skip to content

Commit ac3c898

Browse files
authored
Update readme and metadata (#54)
* docs: update README to clarify description of amplify-adapter-react-router package * docs: fix typo in README for deploy-manifest.json
1 parent 490a51b commit ac3c898

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/polite-sloths-behave.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"vite-plugin-react-router-amplify-hosting": patch
3+
"amplify-adapter-react-router": patch
4+
---
5+
6+
docs: update README.md

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
This project provide following packages:
44

55
- `vite-plugin-react-router-amplify-hosting` is Vite plugin for React Router SSR on Amplify Hosting. See [more information](./packages/vite-plugin-react-router-amplify-hosting/README.md).
6+
- `amplify-adapter-react-router` contains the AWS Amplify React Router Adapter. For more information on using React Router in your application please reference [more information](./packages/amplify-adapter-react-router/README.md).

packages/amplify-adapter-react-router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Amplify React Router Adapter
22

3-
This package is the AWS Amplify React Router Adapter.
3+
This package contains the AWS Amplify React Router Adapter.
44

55
## Install
66

packages/vite-plugin-react-router-amplify-hosting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package is vite plugin for React Router SSR on Amplify Hosting.
44

55
## Features
66

7-
- Generate `deply-manifest.json`.
7+
- Generate `deploy-manifest.json`.
88
- Generate and bundle a `server.mjs` as compute entrypoint file.
99
- Build the folder structure that Amplify expects for the deployment bundle.
1010

0 commit comments

Comments
 (0)