Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roynahmias committed Aug 3, 2022
1 parent 499f5b7 commit 7cb9aa3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ This plugin uses the ember-cli project's configuration as defined in `config/env

Add your heap projectId to `config/environment.js` and you're good to go.

Starting from version 3.0.0 we now support multiple pixel ids:
```js
// environment.js

ENV.fbq = {
enabled: true,
ids: ['xxxxxxxxxxxxxxx', 'yyyyyyyyyyyyyyy']
}
```

Before version 3.0.0:
```js
// environment.js

Expand Down

0 comments on commit 7cb9aa3

Please sign in to comment.