From 425a5c99b470632433aad3e4cad1f4f2e02ed568 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 15 Jul 2018 12:52:10 -0400 Subject: [PATCH] [piwik] Fix indentation in README --- piwik/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piwik/README.md b/piwik/README.md index 2b2d1ce5..44d906b6 100644 --- a/piwik/README.md +++ b/piwik/README.md @@ -25,12 +25,12 @@ If you don't want to use the admin panel, you can configure the addon through th Open the config/local.ini.php file and add "piwik" to the list of activated addons. [system] - addon = ...,piwik + addon = ...,piwik You can change 4 more configuration variables for the addon in the config/addon.ini.php file: [piwik] - baseurl = example.com/piwik/ + baseurl = example.com/piwik/ sideid = 1 optout = true async = false