Skip to content

Commit

Permalink
- updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-suarez committed Jun 21, 2024
1 parent 80fc0ad commit 4b09c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ return [

## Usage

### All UTM parameters
### get_all_utm()

To get an array of all UTM parameters, use this helper: `get_all_utm()`.

```php
$parameter = get_all_utm();
```

### Get UTM parameter
### get_utm()

If you need to retrieve certain UTM parameters, use `get_utm('source|medium|campaign|term|content')`.

Expand Down Expand Up @@ -184,7 +184,7 @@ Route::get('/', function () {
});
```

### Has UTM parameter
### has_utm()

Sometimes you want to show or do something, if user might have some or specific utm-parameters.

Expand Down

0 comments on commit 4b09c3b

Please sign in to comment.