From 7c38099c80e0a840c6e8dd9b1a2e086392dd59ff Mon Sep 17 00:00:00 2001 From: Osvaldas Valutis Date: Wed, 10 Jun 2020 18:04:54 +0300 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 39b1e80..7a635bb 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,12 @@ document.querySelector(`a.logo`).addEventListener(`click`, () => { ```js { + /* + If `false` tracking scripts aren't inserted and no tracking is performed. + Useful if you need to disable tracking in `development` environment. + */ + enabled: true, + /* Cookie options */ cookie: { name: `tracking-util-reacted`,