Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit f74892c

Browse files
Minor docs tweaks
1 parent 0a6f028 commit f74892c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ You'll then need to run `composer install` or `composer update` to download it a
4343

4444
You will need to register the [Laravel HTMLMin](https://github.com/GrahamCampbell/Laravel-HTMLMin) service provider before you attempt to load the Laravel Navigation service provider. Open up `app/config/app.php` and add the following to the `providers` key.
4545

46-
`'GrahamCampbell\HTMLMin\HTMLMinServiceProvider'`
46+
* `'GrahamCampbell\HTMLMin\HTMLMinServiceProvider'`
4747

4848
Once Laravel Navigation is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.
4949

50-
`'GrahamCampbell\Navigation\NavigationServiceProvider'`
50+
* `'GrahamCampbell\Navigation\NavigationServiceProvider'`
5151

5252
You can register the Navigation facade in the `aliases` key of your `app/config/app.php` file if you like.
5353

54-
`'Navigation' => 'GrahamCampbell\Navigation\Facades\Navigation'`
54+
* `'Navigation' => 'GrahamCampbell\Navigation\Facades\Navigation'`
5555

5656

5757
## Configuration

0 commit comments

Comments
 (0)