diff --git a/README.md b/README.md index 76458f6..00687d4 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # Call For Price GraphQl +Mageplaza Call For Price Extension supports getting and pushing data on the website with GraphQl. +## How to install + +Run the following command in Magento 2 root folder: + +``` +composer require mageplaza/module-call-for-price-graphql +php bin/magento setup:upgrade +php bin/magento setup:static-content:deploy +``` \ No newline at end of file