From 7cb9aa34c6e43e8817980edda38e9217e813e420 Mon Sep 17 00:00:00 2001 From: roynahmias Date: Wed, 3 Aug 2022 16:12:56 +0300 Subject: [PATCH] updated readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5b41062d..60c639ed 100644 --- a/README.md +++ b/README.md @@ -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