Skip to content

Commit 2ac71e7

Browse files
authored
Update README.md
1 parent 577ad3e commit 2ac71e7

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
1-
# Block collection
1+
# Block Collection
22

3-
This project contains code that is feature on the [AEM Block Collection](https://www.aem.live/developer/block-collection#block-collection-1) documentation.
3+
This project contains code that is featured in the [AEM Block Collection](https://www.aem.live/developer/block-collection#block-collection-1) documentation.
44

55
## Environments
6-
- Preview: https://main--{repo}--{owner}.hlx.page/
7-
- Live: https://main--{repo}--{owner}.hlx.live/
6+
- Preview: https://main--aem-block-collection--adobe.hlx.page/
7+
- Live: https://main--aem-block-collection--adobe.hlx.live/
88

99
## Installation
1010

1111
```sh
1212
npm i
1313
```
1414

15-
## Tests
16-
17-
```sh
18-
npm tst
19-
```
20-
2115
## Local development
2216

23-
1. Create a new repository based on the `helix-project-boilerplate` template and add a mountpoint in the `fstab.yaml`
17+
1. Create a new repository based on the `aem-block-collection` template and add a mountpoint in the `fstab.yaml`
2418
1. Add the [helix-bot](https://github.com/apps/helix-bot) to the repository
2519
1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli`
2620
1. Start Helix Pages Proxy: `hlx up` (opens your browser at `http://localhost:3000`)

0 commit comments

Comments
 (0)