From 9b4dd3571e2c653aed485760a8beec11f67246e0 Mon Sep 17 00:00:00 2001
From: Thomas Kerkour <tomakerkour@gmail.com>
Date: Thu, 24 Feb 2022 16:08:15 +0100
Subject: [PATCH] update(README.md): fix clone path

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f0a4ea1..3d04f07 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ To setup and develop your PWA extension modules locally, use the following instr
 1. Clone the `magento2-pwa` repository into your vendor directory name:
 
     ```bash
-    git clone git@github.com:magento-commerce/magento2-pwa.git ext/magento/magento2-pwa
+    git clone git@github.com:magento/magento2-pwa.git ext/magento/magento2-pwa
     ```
 
 1. Update the `magento2/composer.json` settings to create a better development workflow for your extension modules: