Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jun 15, 2015
1 parent 896661a commit 887a74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Once this operation is complete, simply add the service provider class and facad
```

##### Facade
```
```php
'Menu' => 'Caffeinated\Menus\Facades\Menu',
```

Expand All @@ -49,7 +49,7 @@ Caffeinated\Menus\MenusServiceProvider::class,
```

##### Facade
```
```php
'Menu' => Caffeinated\Menus\Facades\Menu::class,
```

Expand Down

0 comments on commit 887a74a

Please sign in to comment.