From 7c7cec04166d44491c2e853ed7d89b11c1b34d18 Mon Sep 17 00:00:00 2001 From: Aaditey Nair <85427178+aaditey-nair@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:50:24 +0530 Subject: [PATCH] Fix mistake in Next.js Example README. --- examples/next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next/README.md b/examples/next/README.md index cd0b17310b..daec97ae09 100644 --- a/examples/next/README.md +++ b/examples/next/README.md @@ -33,4 +33,4 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. +Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.