From d08947a8591ab35de22b070635162554bb7bdff2 Mon Sep 17 00:00:00 2001 From: Sergii Ivashchenko Date: Tue, 21 Jan 2025 16:02:34 +0000 Subject: [PATCH] Update README.md (#280) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79a903240..6af5beb0e 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,15 @@ Out of the box, this project template uses a pre-configured Adobe Commerce envir Additionally, you need to have the following modules and customizations installed on your environment: -1. magento/magento-extra-graphql: Commerce module required for Cart and Checkout Drop-Ins. -1. magento/module-data-services-graphql: Commerce module with functionality necessary for adding context to events. +1. adobe-commerce/storefront-compatibility: Contains changes to the Adobe Commerce GraphQL API that enable drop-ins functionality. +1. magento/module-data-services-graphql: Commerce module with the functionality necessary for adding context to events. 1. magento/module-page-builder-product-recommendations: Commerce module required for PRex Widget 1. magento/module-visual-product-recommendations: Commerce module required for PRex Widget ## Documentation -Before using the boilerplate, we recommand you to go through the documentation on https://www.aem.live/docs/ and more specifically: +Before using the boilerplate, we recommend you to go through the documentation on https://www.aem.live/docs/ and more specifically: 1. [Developer Tutorial](https://www.aem.live/developer/tutorial) 2. [The Anatomy of a Project](https://www.aem.live/developer/anatomy-of-a-project) 3. [Web Performance](https://www.aem.live/developer/keeping-it-100) @@ -47,7 +47,7 @@ npm run lint 1. Add your Adobe Commerce SaaS configuration in the `configs.xlsx` sheet in your content repository. 1. Install all dependencies using `npm i`. 1. Start AEM Proxy: `npm run up` (opens your browser at `http://localhost:3000`) -1. Open the `{repo}` directory in your favorite IDE and start coding :) +1. Open the `{repo}` directory in your favourite IDE and start coding :) ## Changelog