From 3ff21af0a9114423b0691964634c760117f01bc4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 17 Aug 2016 21:06:11 -0500 Subject: [PATCH] wording --- releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases.md b/releases.md index 57268742d00..74feb710835 100644 --- a/releases.md +++ b/releases.md @@ -22,7 +22,7 @@ Laravel 5.3 continues the improvements made in Laravel 5.2 by adding a driver ba ### Notifications -> {video} Want to see a demo of notifications in action? Check out the [video tutorial](https://laracasts.com/series/whats-new-in-laravel-5-3/episodes/9). +> {video} There is a free [video tutorial](https://laracasts.com/series/whats-new-in-laravel-5-3/episodes/9) for this feature available on Laracasts. Laravel Notifications provide a simple, expressive API for sending notifications across a variety of delivery channels such as email, Slack, SMS, and more. For example, you may define a notification that an invoice has been paid and deliver that notification via email and SMS. Then, you may send the notification using a single, simple method: