diff --git a/README.md b/README.md index 4732c0fb36c..b5ba4b55514 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ git init git remote add origin https://github.com//magento-lts git pull origin main git remote add upstream https://github.com/OpenMage/magento-lts -git pull upstream 1.9.4.x +git pull upstream main git add -A && git commit ```