From cab5d23582a225a1d9aa1cd8f6b9ff37c2bfdd3d Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 3 Dec 2024 09:44:15 +0200 Subject: [PATCH] docs: remove v2 branch of next js starter installation --- www/apps/resources/app/nextjs-starter/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/resources/app/nextjs-starter/page.mdx b/www/apps/resources/app/nextjs-starter/page.mdx index a85b63b13b926..76ebe35655c41 100644 --- a/www/apps/resources/app/nextjs-starter/page.mdx +++ b/www/apps/resources/app/nextjs-starter/page.mdx @@ -23,10 +23,10 @@ The Next.js Starter storefront provides rich commerce features and a sleek desig ## Installation -1. Clone the `v2` branch of the [Next.js Starter](https://github.com/medusajs/nextjs-starter-medusa): +1. Clone the [Next.js Starter](https://github.com/medusajs/nextjs-starter-medusa): ```bash -git clone https://github.com/medusajs/nextjs-starter-medusa -b v2 my-medusa-storefront +git clone https://github.com/medusajs/nextjs-starter-medusa my-medusa-storefront ``` 2. Change to the `my-medusa-storefront` directory, install the dependencies, and rename the template environment variable: