Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# webRTC.io
### [demo](http://bit.ly/webrtcio)
### [demo](http://webrtc.dennis.is/)
An abstraction layer for webRTC. Aim is to simplify the HTML5 web standard webRTC in a similar manner to socket.io w/ websockets. This project is still in an infintile stage, please send feature requests (or pulls!) to us as well as bug reports.

## What is webRTC?
Expand All @@ -19,7 +19,7 @@ Enable PeerConnection
```

## Demo
This is a multi-person chat room demo written using our webRTC.io library. [Example Site](http://bit.ly/webrtcio) & [Repository](http://www.github.com/webRTC/webrtc.io-demo/) (browser support section still applies!)
This is a multi-person chat room demo written using our webRTC.io library. [Example Site](http://webrtc.dennis.is/) & [Repository](http://www.github.com/webRTC/webrtc.io-demo/) (browser support section still applies!)

## Installation
```bash
Expand Down