Skip to content

Commit b31f029

Browse files
committed
docs: fix link
1 parent c5219a1 commit b31f029

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/installation-without-cli.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ export class AppModule {}
3333
```
3434

3535
**If you use [Angular router](https://angular.io/guide/router) and want to automatically track page views**, you may
36-
optionally install the router adapter
37-
([see documentation below](#tracking-page-views-with-angular-router)):
36+
optionally install the router adapter:
3837

39-
Run `npm install --save @ngx-matomo/router` or `yarn add @ngx-matomo/router`
38+
`npm install --save @ngx-matomo/router` or `yarn add @ngx-matomo/router`
4039

4140
Then import `NgxMatomoRouterModule` into your root module:
4241

0 commit comments

Comments
 (0)