Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinaskrucas committed Jul 29, 2014
1 parent 01de145 commit d7800e4
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 @@ -23,7 +23,7 @@ A simple notification management package for Laravel4.

Just place require new package for your laravel installation via composer.json

"edvinaskrucas/notification": "2.*"
"edvinaskrucas/notification": "3.*"

Then hit ```composer update```

Expand Down Expand Up @@ -254,4 +254,4 @@ You can also add multiple messages
{{ Notification::container('myInstant')
->infoInstant('Instant message added in a view and displayed!')
->errorInstant('Error...') }}
```
```

0 comments on commit d7800e4

Please sign in to comment.