From 45826bd08b3aebc9e87a4bc7da4695eb6c59164d Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 2 Sep 2019 09:37:38 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1369c4f2..2bdd73ae 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Because all permissions will be registered on [Laravel's gate](https://laravel.c $user->can('edit articles'); ``` -## Documentation +## Documentation, Installation, and Usage Instructions -You can find installation instructions and detailed instructions on how to use this package at [the dedicated documentation site](https://docs.spatie.be/laravel-permission/v2/introduction/). +See the [documentation site](https://docs.spatie.be/laravel-permission/v2/introduction/) for detailed installation and usage instructions. ## Need a UI?