From 51de20a64da49a7c99e8cbeb50d75349a2bda4e5 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 3 Dec 2024 12:31:07 +0200 Subject: [PATCH] docs: remove v2 branch of next js starter installation (#10402) --- 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 a85b63b13b..76ebe35655 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: