Skip to content

Commit e5c1c3b

Browse files
committed
address comments in readme
1 parent f0f70ae commit e5c1c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ App Hosting provides configuration-free build and deploy support for Web apps de
77
* Next.js 13+
88
* Angular 17.2+
99

10-
This repo holds the code for the adapters that enable support for these frameworks. At a high level these adapters transform framework specific configurations into an [output bundle spec](#app-hosting-output-bundle) that App Hosting is able to process and configure frameworks support. For more information see our [Framework integration](https://firebase.google.com/docs/app-hosting/about-app-hosting#frameworks).
10+
This repo holds the code for the adapters that enable support for these frameworks. At a high level these adapters transform framework specific configurations into an [output bundle spec](#app-hosting-output-bundle) that App Hosting can use to configure frameworks support. For more information see our [Framework integration](https://firebase.google.com/docs/app-hosting/about-app-hosting#frameworks).
1111

1212
## App Hosting output bundle
1313

@@ -21,13 +21,13 @@ NOTE: App Hosting technically supports all all node applications, but no custom
2121

2222
## Output bundle Schema
2323

24-
The output bundle all lives inside a single file:
24+
The output bundle is contained in a single file:
2525

2626
```shell
2727
.apphosting/bundle.yaml
2828
```
2929

30-
As long as this file exists and follows the schema App Hosting will be able to process the build properly.
30+
As long as this file exists and follows the schema, App Hosting will be able to process the build properly.
3131

3232
The schema can also be found in [source](https://github.com/FirebaseExtended/firebase-framework-tools/blob/main/packages/%40apphosting/common/src/index.ts#L4)
3333

0 commit comments

Comments
 (0)