From e304ebadde746ae9474bd3eaf6ebcf22f2f1466a Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 19 Mar 2022 14:28:42 -0500 Subject: [PATCH] feat(matomo): Updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f867ad..30ed57e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Use `MATOMO_URL` for your URL and `MATOMO_SITE_ID` for your site id Sample event for YouTube button. ```javascript - window._paq.push(['trackEvent', 'youtube-button]]); + window._paq.push(['trackEvent', 'youtube-button']]); ``` ## 🩺 Health Check