From 55e35c5144bdbeeccf1d0fcfb92284b578a31d6a Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Wed, 30 Nov 2022 11:47:39 +0000 Subject: [PATCH] chore(examples): reference `main` prop in README.md in Firebase example (#43434) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Balázs Orbán --- examples/with-firebase-hosting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase-hosting/README.md b/examples/with-firebase-hosting/README.md index 258a88fd8c54f..684730c39f046 100644 --- a/examples/with-firebase-hosting/README.md +++ b/examples/with-firebase-hosting/README.md @@ -74,7 +74,7 @@ The crucial files for the setup: - `firebase.json` - `firebaseFunctions.js` - `src/next.config.js` -- In `package.json`: `firebase-*` packages. +- In `package.json`: `firebase-*` packages, `main` property defining the entry point as `firebaseFunctions.js` ## References