Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit ccef7a6

Browse files
committed
Update README.md
1 parent 3472520 commit ccef7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GOOGLE_ANALYTICS_TRACKING_ID=UA-01234567-89
4141

4242
## Blade Directive
4343

44-
This package comes with a `@sendAnalyticsClientId` directive that stores the `Client ID` from the GA front-end to your Laravel backend. It uses the [Axios HTTP library](https://github.com/axios/axios) the make an asynchronous POST request. Axios was choosen as it is provided by default in the `resources/js/bootstrap.js` file.
44+
This package comes with a `@sendAnalyticsClientId` directive that stores the `Client ID` from the GA front-end to your Laravel backend. It uses the [Axios HTTP library](https://github.com/axios/axios) the make an asynchronous POST request. Axios was choosen as it is provided by default in Laravel in the `resources/js/bootstrap.js` file.
4545

4646
```php
4747
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-01234567-89"></script>

0 commit comments

Comments
 (0)