diff --git a/readme.md b/readme.md index a0a57e0..c5e1d27 100644 --- a/readme.md +++ b/readme.md @@ -92,7 +92,7 @@ When you check abilities at Laravel's gate, the bouncer will automatically be co 1) Install Bouncer with [composer](https://getcomposer.org/doc/00-intro.md): ``` -$ composer require silber/bouncer v1.0.0-rc.8 +$ composer require silber/bouncer v1.0.0-rc.9 ``` 2) Add Bouncer's trait to your user model: @@ -133,7 +133,7 @@ For more information about Laravel Facades, refer to [the Laravel documentation] 1) Install Bouncer with [composer](https://getcomposer.org/doc/00-intro.md): ``` - $ composer require silber/bouncer v1.0.0-rc.8 + $ composer require silber/bouncer v1.0.0-rc.9 ``` 2) Set up the database with [the Eloquent Capsule component](https://github.com/illuminate/database/blob/master/README.md):