diff --git a/README.md b/README.md index 5f3a976..3ef7c52 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Follow the instructions and at the end of the process you will find **Site key** You can install the package via composer: ```sh -$ composer require biscolab/laravel-recaptcha +composer require biscolab/laravel-recaptcha ``` Laravel 5.5 (or greater) uses package auto-discovery, so doesn't require you to manually add the Service Provider, but if you don't use auto-discovery `ReCaptchaServiceProvider` must be registered in `config/app.php`: @@ -73,7 +73,7 @@ You can use the facade for shorter code. Add `ReCaptcha` to your aliases: Create `config/recaptcha.php` configuration file using the following artisan command: ```sh -$ php artisan vendor:publish --provider="Biscolab\ReCaptcha\ReCaptchaServiceProvider" +php artisan vendor:publish --provider="Biscolab\ReCaptcha\ReCaptchaServiceProvider" ``` ## Set the environment