diff --git a/README.md b/README.md index c94215b..d0e71c5 100644 --- a/README.md +++ b/README.md @@ -132,13 +132,13 @@ Simply use: - `has_not_utm('source|medium|campaign|term|content', 'optional-value')` ```blade - @hasUtm('term') -
You have any term.
- @endhasUtm - - @hasUtm('source', 'corporate-partner') +@hasUtm('source', 'corporate-partner')You have any term.
+@endhasNotUtm ``` ```php