diff --git a/README.md b/README.md index c8db3be..17a943f 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ Finally, use the `x-honeypot` in your Livewire Blade component: #### Usage in Volt functional syntax -To use this package in Volt functional syntax, just return the `HoneypotData` property from the `guessHoneypotDataProperty` method. +To use this package in Volt functional syntax, return the `HoneypotData` property from the `guessHoneypotDataProperty` method. ```php uses(UsesSpamProtection::class);