Skip to content

Commit 62fd64b

Browse files
committed
update readme
1 parent 3451852 commit 62fd64b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Share Cart GraphQl
22

3+
Mageplaza Share Cart Extension supports getting and pushing data on the website with GraphQl.
4+
5+
## How to install
6+
7+
Run the following command in Magento 2 root folder:
8+
9+
```
10+
composer require mageplaza/module-share-cart-graphql
11+
php bin/magento setup:upgrade
12+
php bin/magento setup:static-content:deploy
13+
```

0 commit comments

Comments
 (0)