From c3b9b69171025ecacde4af8755601826fe3714de Mon Sep 17 00:00:00 2001 From: jacker Date: Thu, 21 Jan 2021 15:50:03 +0700 Subject: [PATCH] Update composer name and content --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 649a2a2..4665512 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Magento Promo Banner GraphQl is a part of Promo Banner extension that add GraphQ Run the following command in Magento 2 root folder: ``` -composer require mageplaza/module-request-for-quote-graphql +composer require mageplaza/module-promo-banner-graphql php bin/magento setup:upgrade php bin/magento setup:static-content:deploy ``` **Note:** -Age Verification GraphQL requires installing [Mageplaza Promo Banner](https://www.mageplaza.com/magento-2-promo-banner/) in your Magento installation. +Promo Banner GraphQL requires installing [Mageplaza Promo Banner](https://www.mageplaza.com/magento-2-promo-banner/) in your Magento installation. ## 2. How to use @@ -21,7 +21,7 @@ To perform GraphQL queries in Magento, please do the following requirements: - Use Magento 2.3.x or higher. Set your site to [developer mode](https://www.mageplaza.com/devdocs/enable-disable-developer-mode-magento-2.html). - Set GraphQL endpoint as `http:///graphql` in url box, click **Set endpoint**. (e.g. `http://dev.site.com/graphql`) -- To view the queries that the **Mageplaza Age Verification GraphQL** extension supports, you can look in `Docs > Query` in the right corner +- To view the queries that the **Mageplaza Promo Banner GraphQL** extension supports, you can look in `Docs > Query` in the right corner ## 3. Devdocs