diff --git a/README.md b/README.md index 1e61fc1..7873f13 100644 --- a/README.md +++ b/README.md @@ -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``` @@ -254,4 +254,4 @@ You can also add multiple messages {{ Notification::container('myInstant') ->infoInstant('Instant message added in a view and displayed!') ->errorInstant('Error...') }} -``` \ No newline at end of file +```