From 05dd6110d40cc08d70b03c03848c2579e2c33503 Mon Sep 17 00:00:00 2001 From: Peter Jaap Blaakmeer Date: Sat, 12 Oct 2024 17:14:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc944fd..962ca6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Elgentos RUMvision Frontend implementation module - composer require elgentos/module-rumvision + composer require elgentos/magento2-rumvision - [Main Functionalities](#markdown-header-main-functionalities) - [Installation](#markdown-header-installation) @@ -11,7 +11,7 @@ Magento2 extension for the frontend implementation of RUMvision. You can find more information about rumvision on this page: https://www.rumvision.com/. ## Installation - - Install the module composer by running `composer(2) require elgentos/module-rumvision` + - Install the module composer by running `composer(2) require elgentos/magento2-rumvision` - enable the module by running `php bin/magento module:enable Elgentos_Rumvision` - apply database updates by running `php bin/magento setup:upgrade`\* - Flush the cache by running `php bin/magento cache:flush`