lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
409 stars 23 forks source link

Update readme manually part #53

Open MDylan opened 2 years ago

MDylan commented 2 years ago

In the readme you mention: Honey::recaptcha()->check($token);

But this function not exists. The right is: Honey::recaptcha()->checkToken($token);