diff --git a/README.md b/README.md index a932db2..63c6a4d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ If your app has a lot of forms handled by many different controllors, you could protected $middleware = [ // ... - ProtectAgainstSpam::class, + \Spatie\Honeypot\ProtectAgainstSpam::class, ]; ```