Skip to content

Commit 605e02b

Browse files
committed
docs: update readme
1 parent eafdb21 commit 605e02b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The project is a proof of concept for integrating Target VEC with Helix.
77

88
## Adding Target integration to a Helix project
99
1. Copy the [`scripts/target.js`](scripts/target.js) to your project.
10+
2. Include the script in the [`head.html`](index.html) as early as possible:
11+
```html
12+
<script src="./scripts/target.js" type="module"></script>
13+
```
1014
2. Add a call to `loadTargetOffers` to the 'loadPage' function as follows:
1115
```js
1216
async function loadPage() {

0 commit comments

Comments
 (0)