From 059aae74d10ec7d1271b81acec88dc07b1513385 Mon Sep 17 00:00:00 2001 From: Oleg Motenko Date: Sat, 19 Dec 2015 15:06:56 +0200 Subject: Update README.md --- actioncable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable') diff --git a/actioncable/README.md b/actioncable/README.md index 823964343a..d3902f53d1 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -91,7 +91,7 @@ The client-side needs to setup a consumer instance of this connection. That's do #= require action_cable @App = {} -App.cable = Cable.createConsumer("ws://cable.example.com") +App.cable = ActionCable.createConsumer("ws://cable.example.com") ``` The ws://cable.example.com address must point to your set of Action Cable servers, and it -- cgit v1.2.3