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 d0a5ac8 commit 6ea0c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
A lightweight way to handle UTM parameters session-based in your Laravel Application.

```blade
@if(has_utm('source', 'newsletter'))
@hasUtm('source', 'newsletter')
<p>Special Content for Newsletter-Subscriber.</p>
@endif
@endhasUtm
```

---
Expand Down

0 comments on commit 6ea0c46

Please sign in to comment.