Skip to content

Commit d0dd190

Browse files
committed
Changed readme to reference browserchannel instead of socket.io
1 parent 370694d commit d0dd190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ First, get an ace editor on your page:
125125
Your web app will need access to the following JS files:
126126

127127
- Ace (http://ace.ajax.org/)
128-
- SocketIO (http://socket.io/).
128+
- Browserchannel
129129
- ShareJS client and ace bindings.
130130

131131
Add these script tags:
132132

133133
```html
134134
<script src="http://ajaxorg.github.com/ace/build/src/ace.js"></script>
135-
<script src="/socket.io/socket.io.js"></script>
135+
<script src="/channel/bcsocket.js"></script>
136136
<script src="/share/share.js"></script>
137137
<script src="/share/ace.js"></script>
138138
```

0 commit comments

Comments
 (0)