Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-suarez authored Mar 9, 2023
1 parent 6ea0c46 commit 5b0e327
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ Simply use:
- `has_not_utm('source|medium|campaign|term|content', 'optional-value')`

```blade
@hasUtm('term')
<p>You have any term.</p>
@endhasUtm
@hasUtm('source', 'corporate-partner')
@hasUtm('source', 'corporate-partner')
<div>Some corporate partner related stuff</div>
@endhasUtm
@endhasUtm
@hasNotUtm('term')
<p>You have any term.</p>
@endhasNotUtm
```

```php
Expand Down

0 comments on commit 5b0e327

Please sign in to comment.