Commit 1b6b140a authored by William Perkola's avatar William Perkola

Update README.md

Instructions for Laravel 5.1
parent e372cffe
...@@ -26,7 +26,7 @@ Run `composer update`. ...@@ -26,7 +26,7 @@ Run `composer update`.
Add ServiceProvider to the providers array in `app/config/app.php`. Add ServiceProvider to the providers array in `app/config/app.php`.
``` ```
'Anhskohbo\NoCaptcha\NoCaptchaServiceProvider', Anhskohbo\NoCaptcha\NoCaptchaServiceProvider::class,
``` ```
### Configuration ### Configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment