diff --git a/README.md b/README.md index 8de72ac..6100a47 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Easy [toastr.js](https://github.com/CodeSeven/toastr) notifications for Laravel Installation ------------ -1. Either run `composer require oriceon/toastr dev-master` or add `"oriceon/toastr": "dev-master"` to the `require` key in `composer.json` and run `composer install` +1. Either run `composer require oriceon/toastr-5-laravel` or add `"oriceon/toastr-5-laravel": "dev-master"` to the `require` key in `composer.json` and run `composer install` 2. Add `'Kamaln7\Toastr\ToastrServiceProvider',` to the `providers` key in `config/app.php` 3. Add `'Toastr' => 'Kamaln7\Toastr\Facades\Toastr',` to the `aliases` key in `config/app.php`