diff --git a/README.md b/README.md index c4c7d2e..1146775 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,11 @@ php artisan tinker run the following command ```php -Role::select(['id','slug','name'])->get() -//Or Role::all() +>>> Role::select(['id','slug','name'])->get() +//or +>>> Role::all(['id','name','slug']) +//or +>>> Role::all() ``` ## Routes Documentation