From b9f0d3d1dbf80d1aa7af40bde3dd1062701c979d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 28 Nov 2021 15:43:56 +0000 Subject: [PATCH] readme update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c991bcd..d7faae3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Build Status](https://github.com/kremalicious/gatsby-plugin-matomo/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/kremalicious/gatsby-plugin-matomo/actions) [![Maintainability](https://api.codeclimate.com/v1/badges/067339a02f2058f5ba01/maintainability)](https://codeclimate.com/github/kremalicious/gatsby-plugin-matomo/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/067339a02f2058f5ba01/test_coverage)](https://codeclimate.com/github/kremalicious/gatsby-plugin-matomo/test_coverage) -[![Dependabot enabled](https://badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot)](https://dependabot.com/) > 🥂 Gatsby plugin to add Matomo (formerly Piwik) onto a site. https://kremalicious.com/gatsby-plugin-matomo/ @@ -101,7 +100,7 @@ plugins: [ cookieDomain: '*.example.org', localScript: '/piwik.js', dev: false, - enableJSErrorTracking: true, + enableJSErrorTracking: true } } ]