diff --git a/examples/image-legacy-component/README.md b/examples/image-legacy-component/README.md index 16c9317a2b23b..95bb6101bb04f 100644 --- a/examples/image-legacy-component/README.md +++ b/examples/image-legacy-component/README.md @@ -1,6 +1,6 @@ # Legacy Image Component Example -This example shows how to use the [Legacy Image Component in Next.js](https://nextjs.org/docs/api-reference/next/legacy/image) serve optimized, responsive images. +This example shows how to use the [Legacy Image Component in Next.js](https://nextjs.org/docs/api-reference/next/legacy/image) to serve optimized, responsive images. The index page ([`pages/index.js`](pages/index.js)) has a couple images, one internal image and one external image. In [`next.config.js`](next.config.js), the `domains` property is used to enable external images. The other pages demonstrate the different layouts. Run or deploy the app to see how it works! diff --git a/examples/with-react-ga4/README.md b/examples/with-react-ga4/README.md index 792b7f47b61eb..a7155c5abb8e7 100644 --- a/examples/with-react-ga4/README.md +++ b/examples/with-react-ga4/README.md @@ -2,8 +2,8 @@ As of May 2023, [react-ga](https://github.com/react-ga/react-ga/issues/541) uses Universal Analytics which will stop processing new data starting July 2023. Until this is fixed, this example has been updated to use [react-ga4](https://github.com/codler/react-ga4) instead. -This example shows the most basic way to use [react-ga4](https://github.com/codler/react-ga4) using custom [App](https://github.com/vercel/next.js#custom-app) -component with NextJs. Modify `Tracking ID` in `utils/analytics.js` file for testing this example. +This example shows the most basic way to use [react-ga4](https://github.com/codler/react-ga4) using a custom [App](https://github.com/vercel/next.js#custom-app) +component with Next.js. Modify `Tracking ID` in `utils/analytics.js` file for testing this example. ## Deploy your own