Skip to content

Commit ad064d5

Browse files
committed
2 parents 4a64fa3 + 3f338cd commit ad064d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Once Composer is done, run the following command:
2121
php artisan vendor:publish --provider="Shrft\AdminBar\AdminBarServiceProvider"
2222
```
2323

24-
If you visit your page, you already have Admin bar!
24+
**If you visit your page, you already have Admin bar!**
2525

2626
# Basic Usage
2727

@@ -47,7 +47,7 @@ return array(
4747
* your admin pages.
4848
*
4949
* The default is 'admin/*'
50-
* When loading Admin Bar, It checks if current url matches the path set here with Illuminate\Http\Request::is().
50+
* The pass is checked with Illuminate\Http\Request::is().
5151
*
5252
* */
5353
'excludes' => 'admin/*',

0 commit comments

Comments
 (0)