diff --git a/README.md b/README.md index 34bcf74..a62b72f 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ Magento 2 module for integration with Cloudinary. --- -## ✓ Installation (using git & composer) +## ✓ Install via composer Run the following command under your Magento 2 root dir: ``` -git clone https://github.com/cloudinary/cloudinary_magento2 app/code/Cloudinary/Cloudinary -composer require cloudinary/cloudinary_php:1.8.0 +composer require cloudinary/cloudinary-magento2 php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy diff --git a/composer.json b/composer.json index 947b51b..f6290f8 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "cloudinary/magento2-module-cloudinary", + "name": "cloudinary/cloudinary-magento2", "description": "Cloudinary Magento 2 Integration.", "type": "magento2-module", "version": "1.6.3",