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" \