diff --git a/README.md b/README.md index b2fe915..78f101d 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ data() { ### Usage in Livewire -In a Livewire component there are three step to prevent spam requests. +You can use this package to prevent spam submission to forms powered by Livewire. First, add the `UsesSpamProtection` trait to your Livewire component: