Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jun 26, 2015
1 parent ab9adc9 commit 15b97d6
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 @@ -33,7 +33,7 @@ Once this operation is complete, simply add both the service provider and facade

##### Facade
```php
'Module' => 'Caffeinated\Flash\Facades\Flash',
'Flash' => 'Caffeinated\Flash\Facades\Flash',
```

#### Laravel 5.1.x
Expand All @@ -44,7 +44,7 @@ Caffeinated\Flash\FlashServiceProvider::class,

##### Facade
```php
'Module' => Caffeinated\Flash\Facades\Flash::class,
'Flash' => Caffeinated\Flash\Facades\Flash::class,
```

And that's it! With your coffee in reach, start flashing out messages!
Expand Down

0 comments on commit 15b97d6

Please sign in to comment.