aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 45daac5f46..e025846b36 100644
--- a/README.md
+++ b/README.md
@@ -82,14 +82,9 @@ potentially disconnect them all if the user is deleted or deauthorized).
The client-side needs to setup a consumer instance of this connection. That's done like so:
-```javascript
-//app/assets/javascripts/application.js
-
-//= require cable
-```
-
```coffeescript
# app/assets/javascripts/application_cable.coffee
+#= require cable
@App = {}
App.cable = Cable.createConsumer "ws://cable.example.com"