diff --git a/README.md b/README.md index cfb694ff3..79a903240 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Additionally, you need to have the following modules and customizations installe ## Documentation -Before using the aem-boilerplate, we recommand you to go through the documentation on https://www.aem.live/docs/ and more specifically: +Before using the boilerplate, we recommand 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) @@ -42,7 +42,7 @@ npm run lint ## Local development -1. Create a new repository based on the `aem-boilerplate` template and add a mountpoint in the `fstab.yaml` +1. Create a new repository based on the `aem-boilerplate-commerce` template and add a mountpoint in the `fstab.yaml` 1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository 1. Add your Adobe Commerce SaaS configuration in the `configs.xlsx` sheet in your content repository. 1. Install all dependencies using `npm i`. diff --git a/package.json b/package.json index 57426e10e..67d0cd89c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "@adobe/aem-boilerplate", + "name": "@adobe/aem-boilerplate-commerce", "private": true, - "version": "1.3.0", - "description": "Starter project for Adobe Helix", + "version": "1.0.0", + "description": "Starter project for Adobe Commerce on Edge Delivery Services", "scripts": { "lint:js": "eslint .", "lint:css": "stylelint blocks/**/*.css styles/*.css", @@ -14,14 +14,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/adobe/aem-boilerplate.git" + "url": "git+https://github.com/hlxsites/aem-boilerplate-commerce.git" }, "author": "Adobe", "license": "Apache License 2.0", "bugs": { - "url": "https://github.com/adobe/aem-boilerplate/issues" + "url": "https://github.com/hlxsites/aem-boilerplate-commerce/issues" }, - "homepage": "https://github.com/adobe/aem-boilerplate#readme", + "homepage": "https://github.com/hlxsites/aem-boilerplate-commerce#readme", "devDependencies": { "@adobe/aem-cli": "^16.5.8", "@babel/eslint-parser": "7.25.9",