From d79af06c38b2c30c829100e2a0494e8da7d8b089 Mon Sep 17 00:00:00 2001 From: Loris Perret Date: Wed, 13 Dec 2023 10:27:35 +0100 Subject: [PATCH] docs: Add Analytics section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 028a5c1..904878a 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ swift run -c release ResgenSwift strings tags $FORCE_FLAG "./Tags/tags.txt" \ ## Analytics -Analytics will generate all you need to analyze UX with Matomo or Firebase Analytics. Input files are formatted in YAML. This command will generate a manager for each target and an AnalyticsManager. This is this one you will need to use. And it will generate a method for all tags you have declared in the YAML file. If you want to use Matomo, you will need to use the `configure()` method of AnalyticsManager to set up the `siteId` and the `url` of the site. +Analytics will generate all you need to analyze UX with Matomo or Firebase Analytics. Input files are formatted in YAML. This command will generate a manager for each target and an AnalyticsManager. This is this one you will need to use. And it will generate a method for all tags you have declared in the YAML file. Next, you will need to use the `configure()` method of AnalyticsManager and if you want to use matomo to set up the `siteId` and the `url` of the site. ```sh swift run -c release ResgenSwift strings tags $FORCE_FLAG "./Tags/tags.txt" \