aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorOleg Motenko <o.motenko@mail.ru>2015-12-19 15:06:56 +0200
committerOleg Motenko <o.motenko@mail.ru>2015-12-19 15:06:56 +0200
commit059aae74d10ec7d1271b81acec88dc07b1513385 (patch)
tree8068412714a153628dc1d25b99aba5120d4cb9ea /actioncable
parent6873db4699ac727dd27eedb0994ecdd976b40901 (diff)
downloadrails-059aae74d10ec7d1271b81acec88dc07b1513385.tar.gz
rails-059aae74d10ec7d1271b81acec88dc07b1513385.tar.bz2
rails-059aae74d10ec7d1271b81acec88dc07b1513385.zip
Update README.md
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/README.md2
1 files changed, 1 insertions, 1 deletions
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