aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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}"