We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370694d commit d0dd190Copy full SHA for d0dd190
README.md
@@ -125,14 +125,14 @@ First, get an ace editor on your page:
125
Your web app will need access to the following JS files:
126
127
- Ace (http://ace.ajax.org/)
128
-- SocketIO (http://socket.io/).
+- Browserchannel
129
- ShareJS client and ace bindings.
130
131
Add these script tags:
132
133
```html
134
<script src="http://ajaxorg.github.com/ace/build/src/ace.js"></script>
135
-<script src="/socket.io/socket.io.js"></script>
+<script src="/channel/bcsocket.js"></script>
136
<script src="/share/share.js"></script>
137
<script src="/share/ace.js"></script>
138
```
0 commit comments