Skip to content

Commit eb6fa8b

Browse files
committed
Change name
1 parent 614a76f commit eb6fa8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Magento empowers thousands of retailers and brands with the best eCommerce platf
1414

1515
CMS Connect App - adds the connection between the Magento CMS and VueFront WebApp via a GraphQL API.
1616

17-
[![Latest Stable Version](https://poser.pugx.org/mageplaza/module-core/v/stable)](https://packagist.org/packages/vuefront/vuefront)
18-
[![Total Downloads](https://poser.pugx.org/vuefront/vuefront/downloads)](https://packagist.org/packages/vuefront/vuefront)
17+
[![Latest Stable Version](https://poser.pugx.org/mageplaza/module-core/v/stable)](https://packagist.org/packages/vuefront/module-vuefront)
18+
[![Total Downloads](https://poser.pugx.org/vuefront/module-vuefront/downloads)](https://packagist.org/packages/vuefront/module-vuefront)
1919

2020
## How to install & upgrade VueFront
2121

@@ -28,15 +28,15 @@ Run the following command in Magento 2 root folder.
2828
#### 1.1 Install
2929

3030
```
31-
composer require vuefront/vuefront
31+
composer require vuefront/module-vuefront
3232
php bin/magento setup:upgrade
3333
php bin/magento setup:static-content:deploy
3434
```
3535

3636
#### 1.2 Upgrade
3737

3838
```
39-
composer update vuefront/vuefront
39+
composer update vuefront/module-vuefront
4040
php bin/magento setup:upgrade
4141
php bin/magento setup:static-content:deploy
4242
```

0 commit comments

Comments
 (0)