From 6707819986796cbfeaafb7ac31e6f12cd3735b1e Mon Sep 17 00:00:00 2001 From: Greg Molnar Date: Sat, 3 Oct 2015 19:47:54 +0200 Subject: use correct filename in example closes #80 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc74a084a9..a9eb6ecb85 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ This is a web notification channel that allows you to trigger client-side web no streams: ```ruby -# app/channels/web_notifications.rb +# app/channels/web_notifications_channel.rb class WebNotificationsChannel < ApplicationCable::Channel def subscribed stream_from "web_notifications_#{current_user.id}" -- cgit v1.2.3