From dccf208c7afddfee038aa94e148b70ae27eb94e0 Mon Sep 17 00:00:00 2001 From: Harish Thakur Date: Tue, 11 Feb 2020 16:46:42 +0530 Subject: [PATCH] Updated composer.md file The example command is incorrect. It should be "repository-url" instead on "repository" in line 39 and 45. --- src/guides/v2.3/install-gde/composer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/v2.3/install-gde/composer.md b/src/guides/v2.3/install-gde/composer.md index acfa8284226..03f1f041750 100644 --- a/src/guides/v2.3/install-gde/composer.md +++ b/src/guides/v2.3/install-gde/composer.md @@ -36,13 +36,13 @@ To get the Magento metapackage: **{{site.data.var.ce}}** ```bash - composer create-project --repository=https://repo.magento.com/ magento/project-community-edition + composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition ``` **{{site.data.var.ee}}** ```bash - composer create-project --repository=https://repo.magento.com/ magento/project-enterprise-edition + composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition ``` When prompted, enter your Magento authentication keys. Public and private keys are created and configured in your [Magento Marketplace][].