Skip to content

Commit 6ea0c46

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
A lightweight way to handle UTM parameters session-based in your Laravel Application.
1010

1111
```blade
12-
@if(has_utm('source', 'newsletter'))
12+
@hasUtm('source', 'newsletter')
1313
<p>Special Content for Newsletter-Subscriber.</p>
14-
@endif
14+
@endhasUtm
1515
```
1616

1717
---

0 commit comments

Comments
 (0)