Skip to content

Commit 5b0e327

Browse files
authored
Update README.md
1 parent 6ea0c46 commit 5b0e327

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ Simply use:
132132
- `has_not_utm('source|medium|campaign|term|content', 'optional-value')`
133133

134134
```blade
135-
@hasUtm('term')
136-
<p>You have any term.</p>
137-
@endhasUtm
138-
139-
@hasUtm('source', 'corporate-partner')
135+
@hasUtm('source', 'corporate-partner')
140136
<div>Some corporate partner related stuff</div>
141-
@endhasUtm
137+
@endhasUtm
138+
139+
@hasNotUtm('term')
140+
<p>You have any term.</p>
141+
@endhasNotUtm
142142
```
143143

144144
```php

0 commit comments

Comments
 (0)